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