wupengfei
2025-11-01 6017810e587ac5f477677379aa3cce392e882cdb
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};