调整商店配置,更新商品ID、类型及数量,并新增批量购买选项

This commit is contained in:
2024-12-22 19:11:53 +08:00
parent b4733cf1a8
commit b0e812ae2f

View File

@@ -7,18 +7,20 @@
"shoptype": 1, "shoptype": 1,
"Tabshop": 1, "Tabshop": 1,
"shop": { "shop": {
"id": 2, "id": 4,
"type": 2, "type": 4,
"count": 50000 "count": 100
}, },
"buytype": [], "buytype": [],
"daylimit": 0, "daylimit": 0,
"levellimit": 1, "levellimit": 1,
"price": { "price": {
"id": 4, "id": 3,
"type": 4, "type": 3,
"count": 10 "count": 10000
} },
"batchbuy": 1,
"Maxbatchbuy": 9999
}, },
"2": { "2": {
"batchbuy": 1, "batchbuy": 1,