wupengfei
2025-08-29 157ccc5dd9df9358f62a2f753668f21bec1c90ee
1
2
3
4
export type AvatarProps = {
  imgClass?: string;
  src?: string;
};