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