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