diff --git a/apps/frontend/app/(with-header-footer)/page.tsx b/apps/frontend/app/(with-header-footer)/page.tsx index 1989212..be4f916 100644 --- a/apps/frontend/app/(with-header-footer)/page.tsx +++ b/apps/frontend/app/(with-header-footer)/page.tsx @@ -2,22 +2,36 @@ import Image from 'next/image'; export default function Home() { return ( -
+一名在各个领域反复横跳的程序员
+ + ); } diff --git a/apps/frontend/app/layout.tsx b/apps/frontend/app/layout.tsx index ee32996..ba52e06 100644 --- a/apps/frontend/app/layout.tsx +++ b/apps/frontend/app/layout.tsx @@ -26,7 +26,7 @@ export default async function RootLayout({ const user = await UserAPI.me().catch(() => null); return ( - + -