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