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