From e64f9f4adfc7250af5d9e310c8d52333b3c5fabd Mon Sep 17 00:00:00 2001 From: zikai Date: Wed, 22 Jul 2026 07:05:08 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=91=A8=E9=A2=84=E8=A7=88=E9=9D=9E?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=97=B6=E6=AE=B5=E6=B7=A1=E7=81=B0,=20?= =?UTF-8?q?=E6=9C=AC=E5=91=A8=E6=97=A0=E6=97=A5=E7=A8=8B=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=8A=98=E5=8F=A0,=20=E6=8A=98=E5=8F=A0/=E5=B1=95=E5=BC=80?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 8:00 前与 22:00 后的时段/hour-line 置淡灰背景 - 本周无日程时自动折叠周网格, 显示占位提示 - 工具栏新增折叠/展开切换按钮, 可强制展开空周 - 切换周时按是否有日程自动重置折叠状态 --- src/components/WeekPreview.vue | 70 ++++++++++++++++++++++++++++++++-- 1 file changed, 67 insertions(+), 3 deletions(-) diff --git a/src/components/WeekPreview.vue b/src/components/WeekPreview.vue index f8faaea..774ebf9 100644 --- a/src/components/WeekPreview.vue +++ b/src/components/WeekPreview.vue @@ -1,5 +1,5 @@