import { Suspense } from "react"; import type { Metadata } from "next"; import SiteShell from "@/components/SiteShell"; import JoinPaidClient from "@/components/JoinPaidClient"; export const metadata: Metadata = { title: "支付完成 · nomadro", }; export default function JoinPaidPage() { return (

处理中…

}>
); }