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