Overview
| Comment: | (/ω\) |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
c9c3e39b9ab12c1b2704daf69be82c6e |
| User & Date: | 顽雨沉风 on 2024-01-23 10:00:22.116 |
| Other Links: | manifest | tags |
Context
|
2024-01-23
| ||
| 11:05 | (/ω\) check-in: 7ba1ff2268 user: 顽雨沉风 tags: trunk | |
| 10:00 | (/ω\) check-in: c9c3e39b9a user: 顽雨沉风 tags: trunk | |
| 09:57 | (/ω\) check-in: eca49ddcf5 user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局文料/lib_lua/删注/月程语_不虑字串.lua
from [9c00c3ef5d]
to [26efad08a9].
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | - + |
local d_3 = {}
function d_3.多行注_套娃态(o1)
return o1:gsub("%-%-%[(=*)%[.-%]%1%]", "")
end
function d_3.多行注_凡态(o1)
return o1:gsub("%-%-%[%[.-%]%]", "")
end
function d_3.单行注(o1)
|
Modified 残局文料/产常量件.lua
from [ef0c79ac3c]
to [22fda43c9d].
1 2 3 4 | 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")
|
| ︙ |