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