wupengfei
9 小时以前 0ae2f2f277c9a20648e2b53a804b443e412b523a
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};