From 724291ec5194a6c77dc5912be865cdd5a9ca212e Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 22 Jan 2025 15:39:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(ItemMergeConfig):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=90=88=E6=88=90=E9=85=8D=E7=BD=AE=E5=B9=B6=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=96=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为多个物品合并配置添加了"合成10次"按钮文本 - 在多个配置中添加了 mergebutton10 字段,支持合成10次功能 - 调整了部分配置的结构,优化了可读性和可维护性 --- configs/ItemMergeConfig.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/configs/ItemMergeConfig.json b/configs/ItemMergeConfig.json index 998b79a..ef0077b 100644 --- a/configs/ItemMergeConfig.json +++ b/configs/ItemMergeConfig.json @@ -2022,6 +2022,7 @@ }, "index": 1, "buttontxt10": "合成10次", + "mergebutton10": 1, "mergelimit": { "office": 1 }, @@ -2029,7 +2030,6 @@ "redpointlimit": { "zsLevel": 2 }, - "mergebutton10": 1, "Eid": 112, "second_index": 8, "table": [ @@ -2297,6 +2297,8 @@ "count": 1 }, "index": 1, + "buttontxt10": "合成10次", + "mergebutton10": 1, "mergelimit": { "office": 10 }, @@ -2328,6 +2330,8 @@ "count": 1 }, "index": 1, + "buttontxt10": "合成10次", + "mergebutton10": 1, "mergelimit": { "office": 12 }, @@ -2359,6 +2363,8 @@ "count": 1 }, "index": 1, + "buttontxt10": "合成10次", + "mergebutton10": 1, "mergelimit": { "office": 15 }, @@ -2390,6 +2396,8 @@ "count": 1 }, "index": 1, + "buttontxt10": "合成10次", + "mergebutton10": 1, "mergelimit": { "office": 15 }, @@ -2421,6 +2429,8 @@ "count": 1 }, "index": 1, + "buttontxt10": "合成10次", + "mergebutton10": 1, "mergelimit": { "office": 23 }, @@ -2452,6 +2462,8 @@ "count": 1 }, "index": 1, + "buttontxt10": "合成10次", + "mergebutton10": 1, "mergelimit": { "office": 28 },