zhengyiming
2025-06-04 034195330b600747dd8dc489b76c1ca9d49988cb
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};