From 86eee9ecb554598f83d213e67f10e71dfa50fb6c Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Sat, 18 Jan 2025 13:36:16 +0800 Subject: [PATCH] =?UTF-8?q?refactor(configs):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E4=BB=A3=E9=87=91=E5=88=B8=E7=9A=84=E7=89=B9=E5=AE=9A=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=95=8C=E9=9D=A2=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除了 100、200、500 元代金券以及 1 万元宝代金券的 openUi 字段,该字段指定了使用物品时打开的界面。 这个改动可能是为了统一代金券的使用流程或简化配置结构。 --- configs/StdItems.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configs/StdItems.json b/configs/StdItems.json index 6bf164b..1fc5bd7 100644 --- a/configs/StdItems.json +++ b/configs/StdItems.json @@ -12248,7 +12248,6 @@ "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 }], @@ -12490,7 +12489,6 @@ "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 }], @@ -12522,7 +12520,6 @@ "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 }], @@ -44519,7 +44516,6 @@ "itemEff": 5, "itemlvl": 3, "name": "1万元宝代金券", - "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, "packageType": 2, "recordLog": 1, "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],