zhengyiming
23 小时以前 d7908397decf600c26c1828a01a2486c6e3263ca
1
2
3
4
export type AvatarProps = {
  imgClass?: string;
  src?: string;
};