wupengfei
2025-10-17 17511a0d3d2635723c3d0e1c9da6db75996253d9
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};