wupengfei
2025-04-28 35a917ce148a495062add10677d819c4e760c9a2
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};