游戏王残局简化版

Check-in [60edf99494]
Login

Check-in [60edf99494]

Overview
Comment:
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 60edf994949eb697c98339f1ef77da4719dfe999aafa0f8b420a2c86796c203d
User & Date: 顽雨沉风 on 2024-02-13 07:45:06
Other Links: manifest | tags
Context
2024-02-13
07:55
check-in: e75698dc8a user: 顽雨沉风 tags: trunk
07:45
check-in: 60edf99494 user: 顽雨沉风 tags: trunk
07:43
check-in: c38c99102f user: 顽雨沉风 tags: trunk
Changes

Modified 残局文料/lua_lib/算机_基统_窗群_令行_无窗.lua from [4364406bbe] to [dde52285e9].



1





2


local s = {}





return s
>
>

>
>
>
>
>

1
2
3
4
5
6
7
8
9
package.path = [[.\lua_lib\?.lua;]] .. package.path
package.cpath = [[.\lua_lib\?.dll;]] .. package.cpath
local s = {}
s.目对 = {
  ["文件目"] = [[../single/]]
  , ["文件类"] = ".lua"
  , ["令行前缀"] = [[stylua --indent-type Spaces  --indent-width 2 --collapse-simple-statement Never ]]
  }
return s