From fa9fc60fc6691c92c8696dae2ff3415e2e8fffd9 Mon Sep 17 00:00:00 2001 From: zhangchen <1652267879@qq.com> Date: 星期六, 26 七月 2025 11:39:04 +0800 Subject: [PATCH] ID1625-修改头部字体大小 --- 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