游戏王残局简化版

Annotation For 残局文料/用令行工具排版lua文件.lua
Login

Annotation For 残局文料/用令行工具排版lua文件.lua

Lines of 残局文料/用令行工具排版lua文件.lua from check-in 6635e5ac89 that are changed by the sequence of edits moving toward check-in 9cdbbb717e:

                         1: package.path = [[.\lua_lib\?.lua;]] .. package.path
                         2: package.cpath = [[.\lua_lib\?.dll;]] .. package.cpath
                         3: local 字集码互转库 = require("u8_to_a")
                         4: local u8 = 字集码互转库.u8_to_a
                         5: local f = require(u8("常用库"))
                         6: local d_2 = {}
                         7: d_2.目对 = {
6635e5ac89 2024-02-03    8:   ["文件目"] = [[../single]]
                         9:   , ["文件类"] = ".lua"
                        10:   , ["令行前缀"] = [[stylua --indent-type Spaces  --indent-width 2 --collapse-simple-statement Never ]]
                        11:   }
                        12: for o1, o2 in pairs(d_2.目对) do
                        13:   d_2.目对[o1] = f.操类(o2, "string", u8)
                        14:   end
                        15: f.用令行工具操文件(d_2.目对)