import { PageProps } from "./PageProps"; /** * 自定义页面属性 */ export interface CustomPageProps extends PageProps { /** * 自定义视图名 */ view?: string; }