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

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

@@ -33,9 +33,11 @@ export default async function UserCenter(props: UserCenterProps) {
</Link>
</>
: <>
<Button>
</Button>
<Link href={`/admin/dashboard`}>
<Button variant={`gradient`}>
</Button>
</Link>
{/* profile */}
<div>
<img