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