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