From b9b8d80cfa4514d09e81a20d6d500aab71646191 Mon Sep 17 00:00:00 2001 From: npmrun <1549469775@qq.com> Date: Tue, 26 May 2026 16:58:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=91=98=E4=BE=A7=E8=BE=B9=E5=AF=BC=E8=88=AA=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=B9=B6=E6=9B=B4=E6=96=B0=E7=9B=B8=E5=85=B3=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/admin/AdminSidebarNav.vue | 158 +++++++++++++++++++++++++++++++ app/pages/admin.vue | 99 ++++--------------- app/pages/admin/profile/index.vue | 30 +----- bun.lock | 19 +++- nuxt.config.ts | 12 ++- package.json | 5 +- packages/drizzle-pkg/db.sqlite | Bin 282624 -> 282624 bytes server/api/auth/profile.put.ts | 24 ++--- 8 files changed, 226 insertions(+), 121 deletions(-) create mode 100644 app/components/admin/AdminSidebarNav.vue diff --git a/app/components/admin/AdminSidebarNav.vue b/app/components/admin/AdminSidebarNav.vue new file mode 100644 index 0000000..4c2d3c7 --- /dev/null +++ b/app/components/admin/AdminSidebarNav.vue @@ -0,0 +1,158 @@ + + + + + diff --git a/app/pages/admin.vue b/app/pages/admin.vue index b622513..1c2d1fa 100644 --- a/app/pages/admin.vue +++ b/app/pages/admin.vue @@ -1,28 +1,33 @@