wupengfei
5 天以前 0d1b01575736fbb808f9f7a2b17399de0900bcc7
1
2
3
4
export type AvatarProps = {
  imgClass?: string;
  src?: string;
};