From be300f6855d14abeafdfe6fcf049c38ff566fe7c Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Wed, 5 Nov 2025 16:20:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E5=B1=80=E4=BB=BB=E5=8A=A1=E9=85=8D?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ContentDashboard.vue | 23 +++++- pages/task-detail/index.vue | 81 ++++++++------------ pages/task-list/index.vue | 31 +++----- utils/taskConfig.js | 127 ++++++++++++++++++++++++++++++++ 4 files changed, 189 insertions(+), 73 deletions(-) create mode 100644 utils/taskConfig.js diff --git a/components/ContentDashboard.vue b/components/ContentDashboard.vue index 872fe96..8500613 100644 --- a/components/ContentDashboard.vue +++ b/components/ContentDashboard.vue @@ -16,7 +16,7 @@ - + {{ task.date }} @@ -140,6 +146,7 @@