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