游戏王残局简化版

Check-in [919ad86a53]
Login

Check-in [919ad86a53]

Overview
Comment:
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 919ad86a53c0611e2928e7c66be547a851b0a42713f738654c9ff2a038dc8cd1
User & Date: 顽雨沉风 on 2024-02-13 08:01:03
Other Links: manifest | tags
Context
2024-02-13
08:05
check-in: 181dd0a366 user: 顽雨沉风 tags: trunk
08:01
check-in: 919ad86a53 user: 顽雨沉风 tags: trunk
07:59
check-in: 566d25c2db user: 顽雨沉风 tags: trunk
Changes

Deleted 残局文料/用令行工具排版lua文件.lua version [3efccc45dd].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 u1, u2 in pairs(d_2.目对) do
  d_2.目对[u1] = f.操类(u2, "string", u8)
  end
f.用令行工具操文件(d_2.目对)
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<