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