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