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