wupengfei
2025-06-05 85cdbcb22f064639d08b7bbfa0e212cdc8837af6
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};