wupengfei
2025-08-07 5ceeed41b099bd638075c6fa284241d545037573
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};