import SecondaryPage, { type SecondaryPageSection } from "../../components/secondary-page"; import "./index.scss"; const sections: SecondaryPageSection[] = [ { title: "资料编辑", items: [ { label: "头像", value: "支持后续替换" }, { label: "昵称", value: "张天爱" }, { label: "手机号", value: "135****2598" }, { label: "修改密码", value: "待接入" } ] } ]; export default function ProfilePage() { return ( ); }