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