From 60d8ad8e8a50c50b49b22ce22855f78ba8788bf1 Mon Sep 17 00:00:00 2001 From: tone Date: Sat, 20 Dec 2025 22:39:48 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E8=AF=AD=E4=B9=89=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/(with-header-footer)/page.tsx | 46 ++++++++++++------- apps/frontend/app/layout.tsx | 8 ++-- 2 files changed, 33 insertions(+), 21 deletions(-) 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 ( -
- TONE's avatar +
+
+ TONE 的个人头像 +

特恩(TONE)

-

一名在各个领域反复横跳的程序员

-
- 哔哩哔哩 - GitHub -
-
+

一名在各个领域反复横跳的程序员

+ + ); } 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 ( - + -
- {children} - -
+ {children} +