zhengyiming
20 小时以前 2f070f104a16415fd9447bb2f7f9a0ca4027ec16
1
2
3
4
export type AvatarProps = {
  imgClass?: string;
  src?: string;
};