@@ -132,16 +148,7 @@ export const Header: React.FC = () => {
aria-current={isActive(item.path) ? 'page' : undefined}
>
{item.label}
-
- {/* 活动状态指示器 - 渐变下划线 */}
- {isActive(item.path) && (
-
- )}
-
+
{/* 悬停背景效果 */}
{
- {/* 移动端菜单 - 增强版 */}
+ {/* 移动端菜单 - 玻璃效果版 */}