Overview
Comment: | 0.0.2040 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
661e35fb9eff456a22167b88b1a7a1a3 |
User & Date: | 顽雨沉风 on 2023-07-23 00:46:21 |
Other Links: | manifest | tags |
Context
2023-07-23
| ||
00:47 | 0.0.2041 check-in: 14f5073ab7 user: 顽雨沉风 tags: trunk | |
00:46 | 0.0.2040 check-in: 661e35fb9e user: 顽雨沉风 tags: trunk | |
00:42 | 0.0.2039 check-in: 27c36deea8 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [dcd3a83ef8] to [1fb166a4dc].
1 2 3 4 5 6 7 8 9 10 11 12 13 | local str = {} local cache_1 local cache_2 local cache_3 local cache_4 local cache_5 local cache_6 local cache_7 local cache_8 local cache_9 | < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | local str = {} local cache_1 local cache_2 local cache_3 local cache_4 local cache_5 local cache_6 local cache_7 local cache_8 local cache_9 _G.fun = {} --------------------------------- str["规则表"] = {} str["规则表"][3] = "大师3 " str["规则表"][4] = "新大师 " |
︙ | ︙ |