Overview
| Comment: | 好 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
96c0a5322fafd75c3ca67b00c2479316 |
| User & Date: | 顽雨沉风 on 2024-02-12 16:16:59.062 |
| Other Links: | manifest | tags |
Context
|
2024-02-13
| ||
| 04:09 | 好 check-in: 549e9430f8 user: 顽雨沉风 tags: trunk | |
|
2024-02-12
| ||
| 16:16 | 好 check-in: 96c0a5322f user: 顽雨沉风 tags: trunk | |
| 15:47 | 好 check-in: 81b66699fb user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局文料/lua_lib/常用库.lua
from [3a39ccd084]
to [64f4882dea].
| ︙ | |||
96 97 98 99 100 101 102 103 104 105 106 107 108 109 | 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 | + |
end
end
--~ 排中文
--~ 入参2
--~ 入参3
--~ 入参4
function d.全筛文(o1, o2, o3, o4)
print(4)
if string.find(o1, o2, o3, o4) then
return o1
end
end
--~ 文
--~ 前缀
function d.加前缀(o1, o2)
|
| ︙ |
Modified 残局文料/lua_lib/算机_程语_月_基类_文.lua
from [63d9c6e2ee]
to [53c1e6c28e].
|
Modified 残局文料/游戏王_则拟器_原版_残局_局名_改名.lua
from [1ce971b675]
to [2e99e50689].
| ︙ | |||
25 26 27 28 29 30 31 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | + + + + + + + + - - - - - - - + + + + + + + + | function d.筛有效果卡(o1_0) return 历排库.历排(o1_0, 筛卡库.筛有效果卡) end --~ 卡编排 function d.取卡对_一维(o1_0) return 历排库.历排(o1_0, 卡档库.取卡对) end do local k1, k2, k3 --~ 非空单行,并无换行符 k1 = "[^\n]+" --~ 卡编所在行 k2 = "Debug%.AddCard.+" --~ 卡编 k3 = "[0-9]+" |
| ︙ |