import RegisterForm from "./register-form"; export const metadata = { title: "注册 - OPC Solo Feed" }; export default function RegisterPage() { return (

注册

注册后可以发布和修改自己的内容,默认每个用户每天最多发布 10 条。

已有账号?{" "} 去登录

); }