修正任务列表为空的bug

This commit is contained in:
CounterFire2023 2024-01-11 15:37:34 +08:00
parent 93c1e98d01
commit ae3eab82a8

View File

@ -51,6 +51,7 @@ export class TaskCfg {
return false
}
}
return true
}
public isEnd() {
const now = Date.now()