From 66ab00b3a47798370de51e088e00ed5c12252529 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Fri, 24 Jan 2025 19:30:01 +0800 Subject: [PATCH] =?UTF-8?q?refactor(configs):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=89=A9=E5=93=81=E4=BD=BF=E7=94=A8=E7=95=8C=E9=9D=A2=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将多倍经验瓶、精力水晶和各种代金券的使用界面从 BagBatchUseWin 改为 RecycleWin - 调整 openUi 参数,增加 param1 数组以指定具体配置 - 统一代金券类物品的 RecycleWin 参数配置 --- configs/StdItems.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/configs/StdItems.json b/configs/StdItems.json index b20cb46..0ef1f27 100644 --- a/configs/StdItems.json +++ b/configs/StdItems.json @@ -9537,7 +9537,7 @@ "id": 300, "itemlvl": 3, "name": "多倍经验瓶", - "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, + "openUi": {"param1": [1, 4,4], "type": 3, "view": "app.RecycleWin" }, "packageType": 2, "recordLog": 1, "recoverid": 0, @@ -9594,7 +9594,7 @@ "isShowUseBtn": 1, "itemlvl": 3, "name": "精力水晶", - "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, + "openUi": {"param1": [1, 4,4], "type": 3, "view": "app.RecycleWin" }, "packageType": 2, "recoverid": 0, "shape": 0, @@ -12517,7 +12517,7 @@ "isShowUseBtn": 1, "itemlvl": 3, "name": "200元代金券", - "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, + "openUi": {"param1": [1,2,7], "type": 3, "view": "app.RecycleWin" }, "packageType": 2, "recordLog": 1, "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }], @@ -12549,7 +12549,7 @@ "isShowUseBtn": 1, "itemlvl": 3, "name": "500元代金券", - "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, + "openUi": {"param1": [1,2,7], "type": 3, "view": "app.RecycleWin" }, "packageType": 2, "recordLog": 1, "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }], @@ -12581,7 +12581,7 @@ "isShowUseBtn": 1, "itemlvl": 3, "name": "一千元代金券", - "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, + "openUi": {"param1": [1,2,7], "type": 3, "view": "app.RecycleWin" }, "packageType": 2, "recordLog": 1, "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }], @@ -12612,7 +12612,7 @@ "id": 391, "itemlvl": 3, "name": "两千元代金券", - "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, + "openUi": {"param1": [1,2,7], "type": 3, "view": "app.RecycleWin" }, "packageType": 2, "recordLog": 1, "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }], @@ -12643,7 +12643,7 @@ "id": 392, "itemlvl": 3, "name": "五千元代金券", - "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, + "openUi": {"param1": [1,2,7], "type": 3, "view": "app.RecycleWin" }, "packageType": 2, "recordLog": 1, "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }], @@ -12674,7 +12674,7 @@ "id": 393, "itemlvl": 3, "name": "一万元代金券", - "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, + "openUi": {"param1": [1,2,7], "type": 3, "view": "app.RecycleWin" }, "packageType": 2, "recordLog": 1, "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }], @@ -12705,7 +12705,7 @@ "id": 394, "itemlvl": 3, "name": "1元代金券", - "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, + "openUi": {"param1": [1,2,7], "type": 3, "view": "app.RecycleWin" }, "packageType": 2, "recordLog": 1, "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }], @@ -12736,7 +12736,7 @@ "id": 395, "itemlvl": 3, "name": "5元代金券", - "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, + "openUi": {"param1": [1,2,7], "type": 3, "view": "app.RecycleWin" }, "packageType": 2, "recordLog": 1, "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }], @@ -12767,7 +12767,7 @@ "id": 396, "itemlvl": 3, "name": "10元代金券", - "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, + "openUi": {"param1": [1,2,7], "type": 3, "view": "app.RecycleWin" }, "packageType": 2, "recordLog": 1, "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }], @@ -12798,7 +12798,7 @@ "id": 397, "itemlvl": 3, "name": "15元代金券", - "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, + "openUi": {"param1": [1,2,7], "type": 3, "view": "app.RecycleWin" }, "packageType": 2, "recordLog": 1, "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }], @@ -12828,7 +12828,7 @@ "id": 398, "itemlvl": 3, "name": "30元代金券", - "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, + "openUi": {"param1": [1,2,7], "type": 3, "view": "app.RecycleWin" }, "packageType": 2, "recordLog": 1, "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }], @@ -12859,7 +12859,7 @@ "id": 399, "itemlvl": 3, "name": "50元代金券", - "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, + "openUi": {"param1": [1,2,7], "type": 3, "view": "app.RecycleWin" }, "packageType": 2, "recordLog": 1, "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }], @@ -12890,7 +12890,7 @@ "id": 400, "itemlvl": 3, "name": "80元代金券", - "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, + "openUi": {"param1": [1,2,7], "type": 3, "view": "app.RecycleWin" }, "packageType": 2, "recordLog": 1, "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],