wupengfei
2025-04-02 c55ae1d4b32d84de6ea071ff64a6180d408ba591
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};