feat(config): 添加 UpstarPriceConfig 到 JSON 转换工具范围
- 在 json2lua.js 工具中添加 UpstarPriceConfig 配置项 - 更新 UpstarPriceConfig.json,增加新商品配置
This commit is contained in:
@@ -1 +1,5 @@
|
|||||||
{"852":{"id":2,"itemid":852,"price":50},"954":{"id":1,"itemid":954,"price":10}}
|
{
|
||||||
|
"852": { "id": 2, "itemid": 852, "price": 50 },
|
||||||
|
"954": { "id": 1, "itemid": 954, "price": 10 },
|
||||||
|
"845": { "id": 1, "itemid": 845, "price": 2000 }
|
||||||
|
}
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const scope = [
|
|||||||
"SpecialRingConfig",
|
"SpecialRingConfig",
|
||||||
"RecyclingSettingConfig",
|
"RecyclingSettingConfig",
|
||||||
"ActivitiesConf",
|
"ActivitiesConf",
|
||||||
|
"UpstarPriceConfig",
|
||||||
// "NpcTransConf"
|
// "NpcTransConf"
|
||||||
// "MergeTotal", "RecyclingSettingConfig", "UpstarConfig",
|
// "MergeTotal", "RecyclingSettingConfig", "UpstarConfig",
|
||||||
].filter(Boolean);
|
].filter(Boolean);
|
||||||
|
|||||||
Reference in New Issue
Block a user