From 0923c0d0a76bc6eb2b012f276d3670086ebb8f2f Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Thu, 13 Feb 2025 22:08:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(ShopConfig):=20=E6=9B=B4=E6=96=B0=E5=95=86?= =?UTF-8?q?=E5=9F=8E=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改商品 ID 从 1394 到 1242 - 调整限制次数从 15 次到 0 次 - 变更限制类型从 2 到 3 - 更新商品价格配置: - ID 从 4 改为 3 - 类型从 4 改为 3 - 价格从 1000000 降至 188 --- configs/ShopConfig.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configs/ShopConfig.json b/configs/ShopConfig.json index 3869748..820d866 100644 --- a/configs/ShopConfig.json +++ b/configs/ShopConfig.json @@ -214,7 +214,7 @@ "shoptype": 1, "Tabshop": 1, "shop": { - "id": 1394, + "id": 1242, "type": 0, "count": 1 }, @@ -223,19 +223,19 @@ { "limit": [ { - "value": 15, + "value": 0, "times": 1 } ], - "type": 2 + "type": 3 } ], "daylimit": 0, "levellimit": 1, "price": { - "id":4, - "type": 4, - "count": 1000000 + "id": 3, + "type": 3, + "count": 188 } } },