feat: 添加 gm 目录和相关处理脚本

- 在 .gitignore 中添加 gm 目录,避免版本控制
- 新增 gmItems.js 脚本,用于将 JSON 配置文件转换为 PHP 格式
- 脚本读取 configs 目录中的 JSON 文件,转换后写入 gm 目录
This commit is contained in:
aixianling
2025-01-16 11:48:37 +08:00
parent eb5f96900f
commit 2f42b9bb1a
2 changed files with 28 additions and 0 deletions

1
.gitignore vendored
View File

@@ -4,3 +4,4 @@ config.xml
/dist.zip
dist/
luaConfigs/
gm/