import { AccountPanel } from "@/components/account-panel"; export const metadata = { title: "账户中心" }; export default function AccountPage() { return (

Account

账户中心

未登录状态预览
); }