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