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