diff --git a/app/layout.jsx b/app/layout.jsx index 02d4695..f7aa16b 100644 --- a/app/layout.jsx +++ b/app/layout.jsx @@ -12,19 +12,24 @@ export default function RootLayout({ children }) { return ( - - - {/* 尽早设置 data-theme,减少首屏主题闪烁;与 suppressHydrationWarning 配合避免服务端/客户端 html 属性不一致报错 */} -