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