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