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