chore: 默认浅色模式

This commit is contained in:
2026-01-09 10:50:02 +08:00
parent 07e4df306e
commit b505c48a0f

View File

@@ -24,7 +24,7 @@ export default function RootLayout({
children: React.ReactNode; children: React.ReactNode;
}>) { }>) {
return ( return (
<html lang="en" className="dark"> <html lang="en">
<body <body
className={`${geistSans.variable} ${geistMono.variable} antialiased`} className={`${geistSans.variable} ${geistMono.variable} antialiased`}
> >