From 1754817df316448e59aa6272bb74c12486cae4ff Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 24 Jan 2025 09:31:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(configs):=20=E4=B8=BA=E4=BB=A3=E9=87=91?= =?UTF-8?q?=E5=88=B8=E6=B7=BB=E5=8A=A0=E4=B8=93=E9=97=A8=E7=9A=84=E6=89=B9?= =?UTF-8?q?=E9=87=8F=E4=BD=BF=E7=94=A8=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 StdItems.json 文件中,为 15元、30元、50元和 80元代金券添加了 "openUi" 字段 - 指定使用 "app.BagBatchUseWin" 界面进行批量使用操作 - 此修改提高了代金券使用的便捷性,提升了用户体验 --- configs/StdItems.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/StdItems.json b/configs/StdItems.json index 4043b8b..2fff618 100644 --- a/configs/StdItems.json +++ b/configs/StdItems.json @@ -12798,6 +12798,7 @@ "id": 397, "itemlvl": 3, "name": "15元代金券", + "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, "packageType": 2, "recordLog": 1, "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }], @@ -12827,6 +12828,7 @@ "id": 398, "itemlvl": 3, "name": "30元代金券", + "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, "packageType": 2, "recordLog": 1, "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }], @@ -12857,6 +12859,7 @@ "id": 399, "itemlvl": 3, "name": "50元代金券", + "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, "packageType": 2, "recordLog": 1, "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }], @@ -12887,6 +12890,7 @@ "id": 400, "itemlvl": 3, "name": "80元代金券", + "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, "packageType": 2, "recordLog": 1, "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],