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