From 1328e9a2eb6224990cd2f75d5bd8f760c84c5b90 Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Sat, 4 Jan 2025 19:34:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(ShopConfig):=20=E4=B8=BA=20shopid=20?= =?UTF-8?q?=E4=B8=BA=205=20=E7=9A=84=E5=95=86=E5=93=81=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=89=B9=E9=87=8F=E8=B4=AD=E4=B9=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 batchbuy 字段,允许批量购买 - 设置 Maxbatchbuy 字段,限定最大批量购买数量为 99 --- configs/ShopConfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/ShopConfig.json b/configs/ShopConfig.json index 67ebd38..80ca992 100644 --- a/configs/ShopConfig.json +++ b/configs/ShopConfig.json @@ -82,6 +82,8 @@ } }, "5": { + "batchbuy": 1, + "Maxbatchbuy": 99, "reincarnationlimit": 0, "shopid": 5, "shoptype": 1,