优化登录流程,添加白名单管理功能,调整页面布局与样式

This commit is contained in:
2025-04-07 15:42:09 +08:00
parent a16faadaab
commit a2c18a1be8
21 changed files with 1388 additions and 102 deletions

View File

@@ -16,7 +16,7 @@ export const metadata: Metadata = {
export default function RootLayout({
children,
}: Readonly<{
children: ReactNode;
children: ReactNode
}>) {
return (
<html lang="zh-Cn">