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