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