feat(configs): 为返利卡添加打开 UI 设置
- 在 StdItems.json 文件中,为 30元、50元、100元、200元、300元 和 500元 返利卡添加了 openUi 字段 - 设置 openUi 类型为 1,视图为 app.BagBatchUseWin,以指定使用批量使用窗口
This commit is contained in:
@@ -43411,6 +43411,7 @@
|
||||
"id": 1245,
|
||||
"itemlvl": 3,
|
||||
"name": "30元返利卡",
|
||||
"openUi": { "type": 1, "view": "app.BagBatchUseWin" },
|
||||
"packageType": 2,
|
||||
"recordLog": 1,
|
||||
"recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],
|
||||
@@ -43441,6 +43442,7 @@
|
||||
"id": 1246,
|
||||
"itemlvl": 3,
|
||||
"name": "50元返利卡",
|
||||
"openUi": { "type": 1, "view": "app.BagBatchUseWin" },
|
||||
"packageType": 2,
|
||||
"recordLog": 1,
|
||||
"recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],
|
||||
@@ -43471,6 +43473,7 @@
|
||||
"id": 1247,
|
||||
"itemlvl": 3,
|
||||
"name": "100元返利卡",
|
||||
"openUi": { "type": 1, "view": "app.BagBatchUseWin" },
|
||||
"packageType": 2,
|
||||
"recordLog": 1,
|
||||
"recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],
|
||||
@@ -43501,6 +43504,7 @@
|
||||
"id": 1248,
|
||||
"itemlvl": 3,
|
||||
"name": "200元返利卡",
|
||||
"openUi": { "type": 1, "view": "app.BagBatchUseWin" },
|
||||
"packageType": 2,
|
||||
"recordLog": 1,
|
||||
"recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],
|
||||
@@ -43531,6 +43535,7 @@
|
||||
"id": 1249,
|
||||
"itemlvl": 3,
|
||||
"name": "300元返利卡",
|
||||
"openUi": { "type": 1, "view": "app.BagBatchUseWin" },
|
||||
"packageType": 2,
|
||||
"recordLog": 1,
|
||||
"recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],
|
||||
@@ -43561,6 +43566,7 @@
|
||||
"id": 1250,
|
||||
"itemlvl": 3,
|
||||
"name": "500元返利卡",
|
||||
"openUi": { "type": 1, "view": "app.BagBatchUseWin" },
|
||||
"packageType": 2,
|
||||
"recordLog": 1,
|
||||
"recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],
|
||||
|
||||
Reference in New Issue
Block a user