From ae3eab82a87a0fadf20696bd09c7f720be7eaf1d Mon Sep 17 00:00:00 2001 From: CounterFire2023 <136581895+CounterFire2023@users.noreply.github.com> Date: Thu, 11 Jan 2024 15:37:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=BB=BB=E5=8A=A1=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E4=B8=BA=E7=A9=BA=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/models/ActivityInfo.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/models/ActivityInfo.ts b/src/models/ActivityInfo.ts index 24d3b99..c12f057 100644 --- a/src/models/ActivityInfo.ts +++ b/src/models/ActivityInfo.ts @@ -51,6 +51,7 @@ export class TaskCfg { return false } } + return true } public isEnd() { const now = Date.now()