- 新增 ACTcrossServerTabCfg.json 配置文件,定义了多种跨服活动的属性 - 在 .gitignore 文件中添加了 package-lock.json、node_modules 和 config.xml
22 lines
335 B
JSON
22 lines
335 B
JSON
{
|
|
"1": {
|
|
"id": 1,
|
|
"page": "提升等级"
|
|
},
|
|
"2": {
|
|
"id": 2,
|
|
"page": "收藏装备"
|
|
},
|
|
"3": {
|
|
"id": 3,
|
|
"page": "活跃玛法"
|
|
},
|
|
"4": {
|
|
"id": 4,
|
|
"page": "久经战阵"
|
|
},
|
|
"5": {
|
|
"id": 5,
|
|
"page": "国王的认可"
|
|
}
|
|
} |