From f160c2bdcbdca586ea706acb93544c1f989d0139 Mon Sep 17 00:00:00 2001 From: kennethcheng Date: Mon, 27 Apr 2026 21:16:56 +0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=E5=9C=A8=E6=A0=B9=20HTML=20?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E6=B7=BB=E5=8A=A0=20suppressHydrationWarning?= =?UTF-8?q?=20=E4=BF=AE=E5=A4=8D=E4=B8=BB=E9=A2=98=E6=B0=B4=E5=90=88?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 8285bfa..88d9997 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -24,7 +24,7 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - + {children}