build: 更新物品配置并调整数据处理顺序
- 新增 StdItems.xlsx 文件,用于物品配置 - 修改 json2excel.js 中的处理顺序: - 注释掉 SpecialRingConfig 的处理 - 解除 StdItems 处理的注释
This commit is contained in:
BIN
excels/StdItems.xlsx
Normal file
BIN
excels/StdItems.xlsx
Normal file
Binary file not shown.
@@ -5,8 +5,8 @@ const { json } = require("stream/consumers");
|
||||
const { log } = require("console");
|
||||
const folderPath = "./configs";
|
||||
const scope = [
|
||||
"SpecialRingConfig",
|
||||
// "StdItems",
|
||||
// "SpecialRingConfig",
|
||||
"StdItems",
|
||||
// "Monster",
|
||||
// "ItemMergeConfig",
|
||||
// "MergeConfig",
|
||||
|
||||
Reference in New Issue
Block a user