diff --git a/.data/trip-planner.db-wal b/.data/trip-planner.db-wal index 4c3d456..669beda 100644 Binary files a/.data/trip-planner.db-wal and b/.data/trip-planner.db-wal differ diff --git a/src/components/UserProfilePanel.vue b/src/components/UserProfilePanel.vue new file mode 100644 index 0000000..539d3ff --- /dev/null +++ b/src/components/UserProfilePanel.vue @@ -0,0 +1,415 @@ + + + + + diff --git a/src/views/HomePage.vue b/src/views/HomePage.vue index f017d63..6c86620 100644 --- a/src/views/HomePage.vue +++ b/src/views/HomePage.vue @@ -5,16 +5,18 @@
智能行程规划
- -
- {{ authStore.user?.username }} - -
-
- 👤 游客 - -
- + +
@@ -57,8 +59,11 @@ - - + + + + + @@ -67,7 +72,6 @@