wupengfei
2025-06-04 17c60db435431ec3b8baac873cb660e2e823dd00
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};