上传配置

This commit is contained in:
liwei 2023-08-03 17:24:02 +08:00
parent 29a423ae74
commit 27a6cd3f8e
3 changed files with 18 additions and 90 deletions

View File

@ -16434,88 +16434,6 @@
}
]
},
{
"id": "17110001",
"name": {
"key": "item_item_name_374",
"text": "3种族招募卡自选箱"
},
"usetype": 4,
"color": 5,
"bagtype": 2,
"index": 1,
"special_type": 0,
"time": 0,
"reddottype": 0,
"effects": "",
"modelName": "",
"box_id": 0,
"synthetize_num": 0,
"synthetize_deplete": [],
"synthetize_get": [],
"decompose_deplete": [],
"decompose_get": [],
"access": [],
"use_skip": 0,
"upper_limit": 999,
"img": "",
"intr": {
"key": "item_item_intr_383",
"text": "可以从中自由选择3种阵营招募卷的宝箱"
},
"describe": {
"key": "item_item_describe_383",
"text": ""
},
"sale": [
{
"a": "attr",
"t": "gold",
"n": 1000
}
]
},
{
"id": "10000039",
"name": {
"key": "item_item_name_374",
"text": "石阵秘境宝箱钥匙"
},
"usetype": 1,
"color": 4,
"bagtype": 0,
"index": 1,
"special_type": 0,
"time": 0,
"reddottype": 0,
"effects": "",
"modelName": "",
"box_id": 0,
"synthetize_num": 0,
"synthetize_deplete": [],
"synthetize_get": [],
"decompose_deplete": [],
"decompose_get": [],
"access": [],
"use_skip": 11001,
"upper_limit": 999,
"img": "item_10000035",
"intr": {
"key": "item_item_intr_380",
"text": "鹦鹉螺较为罕见,又因其外形精巧美丽,因此成为稀缺货币的代名词。人们即使历经磨难也只能得到很少的鹦鹉螺,收到它作为奖励是一件非常自豪骄傲的事。"
},
"describe": {
"key": "item_item_describe_380",
"text": "此处是包装描述"
},
"sale": [
{
"a": "attr",
"t": "gold",
"n": 1000
}
]
},
{
"id": "17110001",
"name": {

View File

@ -482,7 +482,8 @@
"channel": "0",
"text": "0",
"show": "30元",
"image": ""
"image": "",
"integral": 3100
},
{
"id": "passcheck_3",
@ -495,7 +496,8 @@
"channel": "0",
"text": "0",
"show": "30元",
"image": ""
"image": "",
"integral": 3200
},
{
"id": "passcheck_4",
@ -508,7 +510,8 @@
"channel": "0",
"text": "0",
"show": "68元",
"image": ""
"image": "",
"integral": 3300
},
{
"id": "passcheck_5",
@ -521,7 +524,8 @@
"channel": "0",
"text": "0",
"show": "128元",
"image": ""
"image": "",
"integral": 3400
},
{
"id": "passcheck_6",
@ -534,7 +538,8 @@
"channel": "0",
"text": "0",
"show": "30元",
"image": ""
"image": "",
"integral": 3500
},
{
"id": "passcheck_7",
@ -547,7 +552,8 @@
"channel": "0",
"text": "0",
"show": "30元",
"image": ""
"image": "",
"integral": 3600
},
{
"id": "passcheck_8",
@ -560,7 +566,8 @@
"channel": "0",
"text": "0",
"show": "30元",
"image": ""
"image": "",
"integral": 3700
},
{
"id": "passcheck_9",
@ -573,6 +580,7 @@
"channel": "0",
"text": "0",
"show": "30元",
"image": ""
"image": "",
"integral": 3800
}
]

View File

@ -5,6 +5,7 @@ import (
"fmt"
"go_dreamfactory/modules/academy"
"go_dreamfactory/modules/activity"
"go_dreamfactory/modules/addrecharge"
"go_dreamfactory/modules/arena"
"go_dreamfactory/modules/atlas"
"go_dreamfactory/modules/battle"
@ -147,6 +148,7 @@ func main() {
kftask.NewModule(),
herotask.NewModule(),
shopcenter.NewModule(),
addrecharge.NewModule(),
)
}