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