import Link from "next/link"; import { AuthForm } from "@/components/auth-form"; export const metadata = { title: "注册" }; export default function RegisterPage() { return

Create account

建立你的账户。

注册和验证流程将在 Phase 2 接入。

返回首页
; }