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