From d8a9e75b581949e72d2c85ad6c36069ca6b8390f Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Mon, 13 Jan 2025 02:25:28 +0800 Subject: [PATCH] =?UTF-8?q?refactor(config):=20=E7=A7=BB=E9=99=A4=20ItemMe?= =?UTF-8?q?rgeConfig=20=E4=B8=AD=E7=9A=84=E5=86=97=E4=BD=99=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除了 id 为 3301 的配置项 - 该配置项可能已经过时或不再使用,移除以简化配置文件结构 --- configs/ItemMergeConfig.json | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/configs/ItemMergeConfig.json b/configs/ItemMergeConfig.json index 6c04393..b5f558e 100644 --- a/configs/ItemMergeConfig.json +++ b/configs/ItemMergeConfig.json @@ -4124,27 +4124,6 @@ { "id": 844, "type": 0, "count": 1000 }, { "id": 4, "type": 4, "count": 250000 } ] - }, - "3301": { - "circle": 0, - "compose": { - "type": 0, - "value": 8000000 - }, - "index": 3, - "text": "兑换", - "Eid": 3301, - "second_index": 2, - "buttontxt10": "合成10次", - "mergebutton10": 1, - "table": [ - { - "id": 301, - "type": 0, - "count": 1 - } - ], - "openserverday": 1 } } },