wupengfei
8 天以前 002207ca5633a180568edf1932926219728515fa
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};