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