增加日志打点

This commit is contained in:
hahwu 2026-03-10 19:14:01 +08:00
parent ea603fd617
commit 3c4824e59e

View File

@ -1193,6 +1193,9 @@ func (p *Player) initActivity() {
Title: v.Title,
}
}
p.TeLog("activity_ids", map[string]interface{}{
"info": p.activity,
})
p.ActivityLogin()
}