From 3a41e99c48bddf2a34839ec71b8e39a94123ee68 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 21 Jan 2025 17:26:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(item):=20=E4=BC=98=E5=8C=96=E4=BB=A3?= =?UTF-8?q?=E9=87=91=E5=88=B8=E4=BD=BF=E7=94=A8=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为金砖、100元代金券、200元代金券和500元代金券添加批量使用功能 - 将100元代金券的最大持有数量从99增加到9999 --- configs/StdItems.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configs/StdItems.json b/configs/StdItems.json index 5d09509..af4deb0 100644 --- a/configs/StdItems.json +++ b/configs/StdItems.json @@ -8221,6 +8221,7 @@ "isShowUseBtn": 1, "itemlvl": 3, "name": "金砖", + "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, "packageType": 2, "recordLog": 1, "recoverid": 0, @@ -12267,13 +12268,14 @@ "desc": "双击使用充值100元(不计入真实充值)", "dropBroadcast": 0, "dropGroupid": 120000, - "dup": 99, + "dup": 9999, "existScenes": [-1], "forcetips": 0, "icon": 13247, "id": 380, "itemlvl": 3, "name": "100元代金券", + "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, "packageType": 2, "recordLog": 1, "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }], @@ -12515,6 +12517,7 @@ "isShowUseBtn": 1, "itemlvl": 3, "name": "200元代金券", + "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, "packageType": 2, "recordLog": 1, "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }], @@ -12546,6 +12549,7 @@ "isShowUseBtn": 1, "itemlvl": 3, "name": "500元代金券", + "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, "packageType": 2, "recordLog": 1, "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],