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