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