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