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