新增锦标赛标题

This commit is contained in:
hahwu 2026-04-13 19:25:03 +08:00
parent 4c91239ff1
commit adc9988dad

View File

@ -320,6 +320,7 @@ func (p *Player) BackChampship() {
}
if activityInfo != nil {
res.EndTime = int32(activityInfo.EndT)
res.Title = activityInfo.Title
}
res.Cfg = cfg
p.PushClientRes(res)