refactor(configs): 移除代金券的特定使用界面配置
移除了 100、200、500 元代金券以及 1 万元宝代金券的 openUi 字段,该字段指定了使用物品时打开的界面。 这个改动可能是为了统一代金券的使用流程或简化配置结构。
This commit is contained in:
@@ -12248,7 +12248,6 @@
|
|||||||
"id": 380,
|
"id": 380,
|
||||||
"itemlvl": 3,
|
"itemlvl": 3,
|
||||||
"name": "100元代金券",
|
"name": "100元代金券",
|
||||||
"openUi": { "type": 1, "view": "app.BagBatchUseWin" },
|
|
||||||
"packageType": 2,
|
"packageType": 2,
|
||||||
"recordLog": 1,
|
"recordLog": 1,
|
||||||
"recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],
|
"recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],
|
||||||
@@ -12490,7 +12489,6 @@
|
|||||||
"isShowUseBtn": 1,
|
"isShowUseBtn": 1,
|
||||||
"itemlvl": 3,
|
"itemlvl": 3,
|
||||||
"name": "200元代金券",
|
"name": "200元代金券",
|
||||||
"openUi": { "type": 1, "view": "app.BagBatchUseWin" },
|
|
||||||
"packageType": 2,
|
"packageType": 2,
|
||||||
"recordLog": 1,
|
"recordLog": 1,
|
||||||
"recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],
|
"recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],
|
||||||
@@ -12522,7 +12520,6 @@
|
|||||||
"isShowUseBtn": 1,
|
"isShowUseBtn": 1,
|
||||||
"itemlvl": 3,
|
"itemlvl": 3,
|
||||||
"name": "500元代金券",
|
"name": "500元代金券",
|
||||||
"openUi": { "type": 1, "view": "app.BagBatchUseWin" },
|
|
||||||
"packageType": 2,
|
"packageType": 2,
|
||||||
"recordLog": 1,
|
"recordLog": 1,
|
||||||
"recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],
|
"recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],
|
||||||
@@ -44519,7 +44516,6 @@
|
|||||||
"itemEff": 5,
|
"itemEff": 5,
|
||||||
"itemlvl": 3,
|
"itemlvl": 3,
|
||||||
"name": "1万元宝代金券",
|
"name": "1万元宝代金券",
|
||||||
"openUi": { "type": 1, "view": "app.BagBatchUseWin" },
|
|
||||||
"packageType": 2,
|
"packageType": 2,
|
||||||
"recordLog": 1,
|
"recordLog": 1,
|
||||||
"recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],
|
"recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],
|
||||||
|
|||||||
Reference in New Issue
Block a user