feat(config): 更新公会捐赠配置并增加转换次数
- 修改 GuildDonateConfig.json 中的 limittimes 字段,从 5 调整为 50 - 在 json2lua.js 中添加 GuildDonateConfig 到处理列表,以便进行 JSON 到 Lua 的转换
This commit is contained in:
@@ -12,6 +12,7 @@ const scope = [
|
||||
"ActivitiesConf",
|
||||
"UpstarPriceConfig",
|
||||
"UpstarConfig",
|
||||
"GuildDonateConfig",
|
||||
// "NpcTransConf"
|
||||
// "MergeTotal", "RecyclingSettingConfig", "UpstarConfig",
|
||||
].filter(Boolean);
|
||||
|
||||
Reference in New Issue
Block a user