From a43d25b9f5e006c1a3e432745f825d5d6c8aea80 Mon Sep 17 00:00:00 2001
From: WindowBird <13870814+windows-bird@user.noreply.gitee.com>
Date: Mon, 3 Nov 2025 09:47:11 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E6=97=A5=E7=A8=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/FabPlus.vue | 5 +-
pages.json | 7 +
pages/add-event/index.vue | 891 ++++++++++++++++++++++++++++++++++++++
pages/index/index.vue | 39 +-
4 files changed, 935 insertions(+), 7 deletions(-)
create mode 100644 pages/add-event/index.vue
diff --git a/components/FabPlus.vue b/components/FabPlus.vue
index b562a93..f5c63c3 100644
--- a/components/FabPlus.vue
+++ b/components/FabPlus.vue
@@ -1,6 +1,9 @@
-
+
+
+
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 413e1d6..6ad55e4 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -7,13 +7,13 @@
- 当前选择日期:{{ selectedDate }},事件数:{{ eventsInDay.length }}
+ 当前选择日期:{{ selectedDate }},事件数:{{ eventsInDay ? eventsInDay.length : 0 }}
@@ -38,9 +38,9 @@
-
+
-
+
@@ -55,6 +55,7 @@