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