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