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