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