wupengfei
2025-06-05 f730b212e0cfbe94039f48201562eed859126b0d
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};