From 11ccacfa9a67d9b7d3156ac2debbf4cc91e8e4dc Mon Sep 17 00:00:00 2001 From: lq Date: Wed, 11 Jun 2025 15:42:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- src/App.vue | 222 +++++++++++++++----------------- src/components/CalendarView.vue | 29 +++-- src/components/CommonEvents.vue | 187 +++++++++++++-------------- src/components/EventDetail.vue | 15 +-- src/components/LoginModal.vue | 4 +- 6 files changed, 217 insertions(+), 242 deletions(-) diff --git a/index.html b/index.html index 8388c4b..12f6fdf 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Vite + Vue + 工作日程工具
diff --git a/src/App.vue b/src/App.vue index 4e02ce0..5fa6900 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,134 +1,63 @@