feat: 优化web

This commit is contained in:
2026-04-23 18:58:13 +08:00
commit 544a2f3428
160 changed files with 27327 additions and 0 deletions
@@ -0,0 +1,8 @@
export default function AccountPage() {
return (
<div className="w-full rounded-lg bg-white p-4 text-neutral-700 shadow-sm">
<h1 className="text-lg font-medium"></h1>
<p className="mt-2 text-sm text-neutral-500"> IAM</p>
</div>
);
}