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