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