From 5d1f3713f1e38b95e4e0fe0d649e3eebedff7b0c Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Sun, 12 Jan 2025 10:59:08 +0800 Subject: [PATCH] =?UTF-8?q?refactor(config):=20=E8=B0=83=E6=95=B4=E5=95=86?= =?UTF-8?q?=E5=93=81=E4=BB=B7=E6=A0=BC=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将多个商品的价格从 60 调整为 600 - 涉及商品 ID 为 95、96、97、98 的价格修改 --- configs/ShopConfig.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/ShopConfig.json b/configs/ShopConfig.json index 6f0dbab..97f7321 100644 --- a/configs/ShopConfig.json +++ b/configs/ShopConfig.json @@ -3537,7 +3537,7 @@ "price": { "id": 3, "type": 3, - "count": 60 + "count": 600 } }, "96": { @@ -3560,7 +3560,7 @@ "price": { "id": 3, "type": 3, - "count": 60 + "count": 600 } }, "97": { @@ -3583,7 +3583,7 @@ "price": { "id": 3, "type": 3, - "count": 60 + "count": 600 } }, "98": { @@ -3606,7 +3606,7 @@ "price": { "id": 3, "type": 3, - "count": 60 + "count": 600 } }, "99": {