wupengfei
2025-09-26 87d2624b624ec995cad717c04281f75bb9102651
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};