wupengfei
2025-09-30 32931984b492f1be668cc38435dfb0a259eaf218
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};