wupengfei
2025-11-06 397882612110d6f9e6b63822739e0a782138c902
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};