Differences From Artifact [03226d1393]:
- File 残局文料/残局改名.lua — part of check-in [490477db61] at 2024-02-03 07:46:35 on branch trunk — 新坑 (user: 顽雨沉风, size: 246) [annotate] [blame] [check-ins using]
To Artifact [23a1276ecd]:
- File 残局文料/残局改名.lua — part of check-in [9cdbbb717e] at 2024-02-03 07:49:50 on branch trunk — 简化 (user: 顽雨沉风, size: 298) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 |
package.path = [[.\lua_lib\?.lua;]] .. package.path
package.cpath = [[.\lua_lib\?.dll;]] .. package.cpath
local 字集码互转库 = require("u8_to_a")
local u8 = 字集码互转库.u8_to_a
local f = require(u8("常用库"))
local d_5 = {}
| > > > | 1 2 3 4 5 6 7 8 9 |
package.path = [[.\lua_lib\?.lua;]] .. package.path
package.cpath = [[.\lua_lib\?.dll;]] .. package.cpath
local 字集码互转库 = require("u8_to_a")
local u8 = 字集码互转库.u8_to_a
local f = require(u8("常用库"))
local d_5 = {}
d_5.目对 = {
["文件目"] = "../single"
}
|