From 6d621d9ec4cbc9996257650f6e8581cfbb0c01ec Mon Sep 17 00:00:00 2001 From: xfy Date: Fri, 5 Jun 2026 17:07:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(admin):=20remove=20'=E5=89=8D=E5=8F=B0'=20?= =?UTF-8?q?nav=20item=20from=20admin=20header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/admin_layout.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/admin_layout.rs b/src/components/admin_layout.rs index 5b77bb0..a939bfe 100644 --- a/src/components/admin_layout.rs +++ b/src/components/admin_layout.rs @@ -53,11 +53,6 @@ pub fn AdminLayout() -> Element { label: "管理文章", is_active: matches!(route, Route::Posts {}), }, - NavItemConfig { - route: Route::Home {}, - label: "前台", - is_active: false, - }, ]; let right_content = rsx! {