wupengfei
2025-08-21 99bafe2a2588853c2dd4c73c2d2a2cb1837bf688
1
2
3
4
export type AvatarProps = {
  imgClass?: string;
  src?: string;
};