1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-02-13 03:04:04 +08:00
committed by cnb
parent dca4d4ffca
commit a0e0822b5a
9 changed files with 34 additions and 15 deletions

View File

@@ -110,6 +110,7 @@ func (s *InfoService) SetLogin() *model.PlayerInfo {
//每天login时候检查重置时间然后把电池任务挖矿重置
//挖矿需要单独存,因为防止多开挖矿
tt.Data.TimeToday = 0 //重置电池
tt.Data.FightTime = 60*60*2//重置战斗次数
for _, v := range service.NewTaskService().GetDaily() {