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