From b83edb0c97e678da005f549bec709d761b5996db Mon Sep 17 00:00:00 2001 From: "MJM_2025_05\\polly" Date: Wed, 24 Sep 2025 14:12:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=20Global=20modals?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 116 +------ .../common/modals/GlobalCalendarModal.vue | 286 ++++++++++++++++++ .../common/modals/GlobalNotifModal.vue | 137 +++++++++ 3 files changed, 433 insertions(+), 106 deletions(-) create mode 100644 src/components/common/modals/GlobalCalendarModal.vue create mode 100644 src/components/common/modals/GlobalNotifModal.vue diff --git a/src/App.vue b/src/App.vue index c7884a8..19fbf02 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,115 +1,18 @@ + + + + diff --git a/src/components/common/modals/GlobalNotifModal.vue b/src/components/common/modals/GlobalNotifModal.vue new file mode 100644 index 0000000..102c1b5 --- /dev/null +++ b/src/components/common/modals/GlobalNotifModal.vue @@ -0,0 +1,137 @@ + + + + + +