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