wupengfei
昨天 27ee8526ed88e25eba13152de3fb36e9c9d3b21e
1
2
3
4
export type AvatarProps = {
  imgClass?: string;
  src?: string;
};