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