fix: 修改文件名大小写

This commit is contained in:
aixianling
2025-01-17 17:02:37 +08:00
parent db3a8d4cbb
commit 8bef2af913
3 changed files with 9918 additions and 11267 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -3,8 +3,8 @@ const fs = require("fs");
const path = require("path");
const folderPath = "./configs";
const scope = [
"StdItems",
// "ItemMergeConfig", "MergeConfig", "MergeTotal", "RecyclingSettingConfig", "UpstarConfig", "Monster"
"StdItems", "Monster"
// "ItemMergeConfig", "MergeConfig", "MergeTotal", "RecyclingSettingConfig", "UpstarConfig",
];
const strKey = (key) => (isNaN(key) ? `${key}` : `[${key}]`);
function jsonToLua(jsonObj, indent = "", linefeed = "\n") {

View File

@@ -3,7 +3,7 @@ const fs = require("fs");
const path = require("path");
const folderPath = "./configs";
const scope = [
"StdItems",
"StdItems","Monster"
// "ItemMergeConfig", "MergeConfig", "MergeTotal", "RecyclingSettingConfig", "UpstarConfig", "Monster"
];