From 94f3767031ae5ee8465ea25687c276007646e5dc Mon Sep 17 00:00:00 2001 From: liuyonghe0111 <1763195287@qq.com> Date: Thu, 13 Nov 2025 15:56:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=81=9A=E4=BA=86=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/(main)/character/page.tsx | 8 +++--- src/app/layout.tsx | 2 +- src/layouts/MainLayout/components/Avatar.tsx | 30 ++++++++++++++++++-- 3 files changed, 33 insertions(+), 7 deletions(-) diff --git a/src/app/(main)/character/page.tsx b/src/app/(main)/character/page.tsx index 266fded..bc7ef4d 100644 --- a/src/app/(main)/character/page.tsx +++ b/src/app/(main)/character/page.tsx @@ -54,10 +54,10 @@ const RoleCard: React.FC = React.memo(({ item }) => { ({ + label: tag.name, + value: tag.tagId, + }))} />
{item.description} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index dca8e3c..1407dea 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -30,7 +30,7 @@ export default function RootLayout({ className={`${geistSans.variable} ${geistMono.variable} antialiased`} >