feat: 添加 JSON 转 Lua 配置文件功能

- 新增 json2lua.js 脚本,用于将 JSON 文件转换为 Lua 配置文件
- 更新 .gitignore 文件,忽略 luaConfigs 目录中的 StdItems.config 文件
This commit is contained in:
aixianling
2025-01-02 17:48:16 +08:00
parent a42b4c698e
commit 0ab35178ab
2 changed files with 52 additions and 0 deletions

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@ package-lock.json
config.xml
/dist.zip
dist/
luaConfigs/StdItems.config