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

Create account

建立你的账户。

邮箱验证与手机短信验证二选一。

返回首页
; }