wupengfei
2025-11-01 a08fd357021407727c33894c610ed2ce71fb2b84
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};