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