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