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