feat(ShopConfig): 为 shopid 为 5 的商品添加批量购买功能

- 添加 batchbuy 字段,允许批量购买
- 设置 Maxbatchbuy 字段,限定最大批量购买数量为 99
This commit is contained in:
2025-01-04 19:34:31 +08:00
parent 2d6fb127d6
commit 1328e9a2eb

View File

@@ -82,6 +82,8 @@
}
},
"5": {
"batchbuy": 1,
"Maxbatchbuy": 99,
"reincarnationlimit": 0,
"shopid": 5,
"shoptype": 1,