Overview
Comment: | 删冗 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
47f6d96028a7a608a3c862b9c4236bba |
User & Date: | 顽雨沉风 on 2024-02-05 14:56:40 |
Other Links: | manifest | tags |
Context
2024-02-05
| ||
15:12 | 删冗 check-in: abd9f389ae user: 顽雨沉风 tags: trunk | |
14:56 | 删冗 check-in: 47f6d96028 user: 顽雨沉风 tags: trunk | |
14:53 | 删冗 check-in: 1b8a66c38a user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局文料/残局荐名.lua from [b4437aab3f] to [0fb0feaa3b].
︙ | |||
62 63 64 65 66 67 68 | 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | - - - - - - | for o1_4 in 数据库:nrows("select * from texts where id = " .. o1) do return o1_4 end end --~ 卡编 function d.取卡数据(o1) for o1_4 in 数据库:nrows("select * from datas where id = " .. o1) do |
︙ | |||
93 94 95 96 97 98 99 | 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | - - | --~ 则数 k1 = string.match(k1_0[1], "[0-9]") return k1 or 3 end --~ 卡对排 function d.荐名(o1_0) local k1 |
︙ | |||
179 180 181 182 183 184 185 | 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 | - - - - - - | end --~ 卡对排 function d.荐字段名(o1_0) local k1, k2 local k1_0 --~ 字段对 k1_0 = d.取字段对(o1_0) |
︙ |