wupengfei
2025-11-13 487453df710472bab84f6c69ccba5937bb45b0aa
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};