Overview
| Comment: | (/ω\) |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
c88cd9eae093443e17017bc775442ac5 |
| User & Date: | 顽雨沉风 on 2024-01-23 09:15:56.969 |
| Other Links: | manifest | tags |
Context
|
2024-01-23
| ||
| 09:57 | (/ω\) check-in: eca49ddcf5 user: 顽雨沉风 tags: trunk | |
| 09:15 | (/ω\) check-in: c88cd9eae0 user: 顽雨沉风 tags: trunk | |
| 08:32 | (/ω\) check-in: 54cfae3e62 user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局文料/lib_lua/ipml_mj_ysaf.lua
from [be6c2e83be]
to [efd2b46019].
| ︙ | |||
44 45 46 47 48 49 50 | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | - - - - - - - - - - |
function d_5.写件_一维(o1, o1_9, o2, o3)
local k1 = table.concat(o1_9, "\n")
if o3 then
k1 = o3(k1)
end
d_5.写件(o1, k1, o2)
end
|
| ︙ |
Added 残局文料/lib_lua/删注/月程语.lua version [9c00c3ef5d].
Modified 残局文料/产常量件.lua
from [ed357090cf]
to [ca12d32114].
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | - + - - - - - - |
package.path = [[.\lib_lua\?.lua;]] .. package.path
package.cpath = [[.\lib_dll\?.dll;]] .. package.cpath
_G.常用库 = require("ipml_mj_ysaf")
local 字集码互转库 = require("u8_to_a")
local d_2 = {}
function d_2.产常量件(o1)
local k1
k1 = 常用库.读件(o1 .. "/script/constant.lua", "rb")
|
| ︙ |