diff --git a/apps/frontend/app/(with-header-footer)/layout.tsx b/apps/frontend/app/(with-header-footer)/layout.tsx index 89883f4..0cba270 100644 --- a/apps/frontend/app/(with-header-footer)/layout.tsx +++ b/apps/frontend/app/(with-header-footer)/layout.tsx @@ -9,7 +9,7 @@ export default function LayoutWithHeaderFooter({ return ( <> - + {children} diff --git a/apps/frontend/app/(with-header-footer)/page.tsx b/apps/frontend/app/(with-header-footer)/page.tsx index be4f916..8098814 100644 --- a/apps/frontend/app/(with-header-footer)/page.tsx +++ b/apps/frontend/app/(with-header-footer)/page.tsx @@ -15,7 +15,7 @@ export default function Home() { /> 特恩(TONE) - 一名在各个领域反复横跳的程序员 + 一名在各个领域反复横跳的程序员 - + {/* 版权与备案信息 */} 备案号:渝ICP备2023009516号-1 - + © {new Date().getFullYear()} TONE Page. All rights reserved. @@ -32,13 +32,13 @@ export default function Footer() { - + {EMAIL} diff --git a/apps/frontend/components/Header.tsx b/apps/frontend/components/Header.tsx index 2bee6af..a98a94d 100644 --- a/apps/frontend/components/Header.tsx +++ b/apps/frontend/components/Header.tsx @@ -48,13 +48,13 @@ export default function Header() { return ( <> - + @@ -72,8 +72,8 @@ export default function Header() { key={item.name} href={item.path} className={cn( - "cursor-pointer md:text-lg font-medium text-zinc-500 hover:text-zinc-800 border-b-4 border-transparent duration-200", - pathname.startsWith(item.path) && "text-zinc-800 border-b-pink-500" + "cursor-pointer md:text-lg font-medium text-zinc-500 dark:text-zinc-300 hover:text-zinc-800 dark:hover:text-zinc-100 border-b-4 border-transparent duration-200", + pathname.startsWith(item.path) && "text-zinc-800 dark:text-zinc-100 border-b-pink-500" )} onClick={e => handleClick(e, item.path)} aria-current={pathname === item.path ? "page" : undefined}
一名在各个领域反复横跳的程序员
+
© {new Date().getFullYear()} TONE Page. All rights reserved.