feat(shop): 添加道具购买相关配置

- 在 shop.config 文件中增加了 batchbuy 和 Maxbatchbuy 字段
- batchbuy 设置为 1,表示支持批量购买
- Maxbatchbuy 设置为 999,限定单次购买的最大数量
This commit is contained in:
root
2024-12-18 21:32:39 +08:00
parent 6eb27ef6a6
commit abbca11fc3

View File

@@ -69,6 +69,8 @@ ShopConfig={
reincarnationlimit = 0,
daylimit = 0,
buytype = {},
batchbuy = 1,
Maxbatchbuy = 999,
},
[7] = {
shoptype = 1,