From 1e624c71692a4ea610dca1367083a9496fdfc3ca Mon Sep 17 00:00:00 2001 From: lsy Date: Tue, 20 May 2025 22:25:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Header.astro | 181 ++++++++++++++++++++++++------------ 1 file changed, 120 insertions(+), 61 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 4649a4e..6e4e523 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -187,36 +187,12 @@ const hasActiveNavItem = activeItem || activeGroupId || activeSubItem ? true : f aria-label="打开菜单" > 打开菜单 - - + +
+ + + +
@@ -272,16 +248,18 @@ const hasActiveNavItem = activeItem || activeGroupId || activeSubItem ? true : f data-mobile-menu-toggle={item.id} > {item.text} - - - +
+ + + +
-