feat(ShopConfig): 更新商城配置

- 修改商品 ID 从 1394 到 1242
- 调整限制次数从 15 次到 0 次
- 变更限制类型从 2 到 3
- 更新商品价格配置:
  - ID 从 4 改为 3
  - 类型从 4 改为 3
  - 价格从 1000000 降至 188
This commit is contained in:
2025-02-13 22:08:36 +08:00
parent 56bea22ff3
commit 0923c0d0a7

View File

@@ -214,7 +214,7 @@
"shoptype": 1, "shoptype": 1,
"Tabshop": 1, "Tabshop": 1,
"shop": { "shop": {
"id": 1394, "id": 1242,
"type": 0, "type": 0,
"count": 1 "count": 1
}, },
@@ -223,19 +223,19 @@
{ {
"limit": [ "limit": [
{ {
"value": 15, "value": 0,
"times": 1 "times": 1
} }
], ],
"type": 2 "type": 3
} }
], ],
"daylimit": 0, "daylimit": 0,
"levellimit": 1, "levellimit": 1,
"price": { "price": {
"id":4, "id": 3,
"type": 4, "type": 3,
"count": 1000000 "count": 188
} }
} }
}, },