wupengfei
6 天以前 8994e585d37575ef6df49f083ed23796a85a4113
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};