From d10c823e23642e149a84ed6b2bfae01829eb2004 Mon Sep 17 00:00:00 2001 From: KiriAky 107 Date: Mon, 30 Mar 2026 22:47:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/Navbar.vue | 88 +++++---- frontend/src/types/index.ts | 1 + frontend/src/views/About.vue | 50 +++-- frontend/src/views/Category.vue | 102 ++++++++-- frontend/src/views/NotFound.vue | 16 +- frontend/src/views/admin/CategoryManage.vue | 195 +++++++++++++++++++- frontend/src/views/admin/Dashboard.vue | 124 +++++++++++-- frontend/src/views/admin/TagManage.vue | 167 ++++++++++++++++- frontend/src/views/user/Profile.vue | 7 +- 9 files changed, 666 insertions(+), 84 deletions(-) diff --git a/frontend/src/components/Navbar.vue b/frontend/src/components/Navbar.vue index eb179f6..39e85e4 100644 --- a/frontend/src/components/Navbar.vue +++ b/frontend/src/components/Navbar.vue @@ -1,14 +1,18 @@