wupengfei
2025-08-07 f8cd1dd96477b4c7ba8b80cbd35095fb0d036cdb
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};