产品页面跳转与性能优化

This commit is contained in:
2025-03-24 11:45:54 +08:00
parent 906693be10
commit 60155e9d9d
8 changed files with 230 additions and 198 deletions

View File

@@ -20,7 +20,7 @@ export default function RootLayout({
}>) {
return (
<html lang="zh-Cn">
<body className={`${font.className} bg-blue-50`}>
<body className={`${font.className}`}>
{children}
<Toaster position={'top-center'}/>
</body>