wupengfei
2025-11-25 7ad6378880f03400bc9c9878d753412d0121243a
1
2
3
4
export type AvatarProps = {
  imgClass?: string;
  src?: string;
};