From 8d42fd0eaeaf86074029603e5726bab6a4641e51 Mon Sep 17 00:00:00 2001 From: chenyc <501753378@qq.com> Date: 星期五, 25 七月 2025 15:07:32 +0800 Subject: [PATCH] Merge branch 'test' of http://dh.leon056.com:7499/r/data2/Single_application into test --- src/store/type/task.type.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/store/type/task.type.ts b/src/store/type/task.type.ts index 75b2189..fe6fc3c 100644 --- a/src/store/type/task.type.ts +++ b/src/store/type/task.type.ts @@ -9,4 +9,6 @@ taskName: string; /** 是否过期 */ overdue: boolean; + /** 倒计时,如果存在该字段则表明是远程传过来的 */ + countdown?: number; } -- Gitblit v1.8.0