feat(configs): 为代金券添加专门的批量使用界面

- 在 StdItems.json 文件中,为 15元、30元、50元和 80元代金券添加了 "openUi" 字段
- 指定使用 "app.BagBatchUseWin" 界面进行批量使用操作
- 此修改提高了代金券使用的便捷性,提升了用户体验
This commit is contained in:
aixianling
2025-01-24 09:31:14 +08:00
parent 5f2f15e35c
commit 1754817df3

View File

@@ -12798,6 +12798,7 @@
"id": 397, "id": 397,
"itemlvl": 3, "itemlvl": 3,
"name": "15元代金券", "name": "15元代金券",
"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 }],
@@ -12827,6 +12828,7 @@
"id": 398, "id": 398,
"itemlvl": 3, "itemlvl": 3,
"name": "30元代金券", "name": "30元代金券",
"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 }],
@@ -12857,6 +12859,7 @@
"id": 399, "id": 399,
"itemlvl": 3, "itemlvl": 3,
"name": "50元代金券", "name": "50元代金券",
"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 }],
@@ -12887,6 +12890,7 @@
"id": 400, "id": 400,
"itemlvl": 3, "itemlvl": 3,
"name": "80元代金券", "name": "80元代金券",
"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 }],