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