feat(ShopConfig): 为 shopid 为 5 的商品添加批量购买功能
- 添加 batchbuy 字段,允许批量购买 - 设置 Maxbatchbuy 字段,限定最大批量购买数量为 99
This commit is contained in:
@@ -82,6 +82,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"5": {
|
"5": {
|
||||||
|
"batchbuy": 1,
|
||||||
|
"Maxbatchbuy": 99,
|
||||||
"reincarnationlimit": 0,
|
"reincarnationlimit": 0,
|
||||||
"shopid": 5,
|
"shopid": 5,
|
||||||
"shoptype": 1,
|
"shoptype": 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user