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