wupengfei
2025-09-23 a6fbf7f73471931fe1d256b1dd75df02fb5359ea
1
2
3
4
export type AvatarProps = {
  imgClass?: string;
  src?: string;
};