From 86d9b0511e4730ca19633b6c3be605e5d61533aa Mon Sep 17 00:00:00 2001
From: zhangchen <1652267879@qq.com>
Date: 星期五, 25 七月 2025 14:55:23 +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