wupengfei
2025-10-20 3d7a6f1bb7f8a20c7ff138f6c4c5993979f00e1f
1
2
3
4
export type AvatarProps = {
  imgClass?: string;
  src?: string;
};