产品和提取页面

This commit is contained in:
2025-03-14 12:40:51 +08:00
parent e1ca9bfff0
commit c0f367954d
30 changed files with 2449 additions and 280 deletions

View File

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