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