This commit is contained in:
aozhiwei 2024-09-20 13:43:35 +08:00
parent e86058290a
commit 94d831eefe
2 changed files with 13 additions and 0 deletions

View File

@ -107,6 +107,18 @@
"switch_name": "circuitMatch", "switch_name": "circuitMatch",
"switch_desc": "27-巡回赛" "switch_desc": "27-巡回赛"
}, },
{
"switch_name": "ui.marketNft",
"switch_desc": "28-marketNFT是否显示"
},
{
"switch_name": "ui.contribution",
"switch_desc": "29-贡献点"
},
{
"switch_name": "ui.officeSite",
"switch_desc": "30-官网"
},
{ {
"switch_name": "only.allowed.superWhiteList", "switch_name": "only.allowed.superWhiteList",
"switch_desc": "100-只允许至尊白名单用户登录登录" "switch_desc": "100-只允许至尊白名单用户登录登录"

View File

@ -12,6 +12,7 @@ type teamMgr struct {
cs.MsgHandlerImpl cs.MsgHandlerImpl
curIdx int64 curIdx int64
teamUuidHash map[string]*team teamUuidHash map[string]*team
lastBattleHash map[string]*team
} }
func (this *teamMgr) Init() { func (this *teamMgr) Init() {