Compare commits

...

2 Commits

Author SHA1 Message Date
sk 4cf89236a8 update deploy.bat 2024-07-08 11:48:46 +08:00
sk 0bf6976352 任务变更通知 2024-07-08 11:46:19 +08:00
2 changed files with 7 additions and 6 deletions

View File

@ -17,7 +17,7 @@ git checkout release
git merge develop
git add .
git add public
git reset public
git commit -m "update release"
set CGO_ENABLED=0

View File

@ -204,6 +204,7 @@ func (t *TaskHandle) AllTask(id int, data any) {
TargetN: v.TargetTimes,
Status: 0,
Reward: v.Award,
TaskType: v.TaskType,
}
if item.N > item.TargetN {
item.N = item.TargetN