Overview
Comment: | 删冗 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
edd6ff0c1caa802f4c4eacb4e71d88ac |
User & Date: | 顽雨沉风 on 2024-02-03 04:38:31 |
Other Links: | manifest | tags |
Context
2024-02-03
| ||
05:22 | 简化 check-in: daac61093c user: 顽雨沉风 tags: trunk | |
04:38 | 删冗 check-in: edd6ff0c1c user: 顽雨沉风 tags: trunk | |
04:38 | 完成 check-in: e94f91e6b3 user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局文料/用令行工具排版lua文件.lua from [c39d4e9dfb] to [10ee2cb898].
1 2 3 4 5 6 | package.path = [[.\lua_lib\?.lua;]] .. package.path package.cpath = [[.\lua_lib\?.dll;]] .. package.cpath local 字集码互转库 = require("u8_to_a") local u8 = 字集码互转库.u8_to_a local f = require(u8("常用库")) local d_2 = {} | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 | package.path = [[.\lua_lib\?.lua;]] .. package.path package.cpath = [[.\lua_lib\?.dll;]] .. package.cpath local 字集码互转库 = require("u8_to_a") local u8 = 字集码互转库.u8_to_a local f = require(u8("常用库")) local d_2 = {} d_2.目表 = { ["文件目"] = [[../single]] , ["文件类"] = ".lua" , ["令行前缀"] = [[stylua --indent-type Spaces --indent-width 2 --collapse-simple-statement Never ]] } for _, o1 in pairs(d_2.目表) do d_2.目表[_] = f.操类(o1, "string", u8) |
︙ | ︙ |