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