wupengfei
2025-08-27 9294828468fd5cc838e5479047400b989f32549c
1
2
3
4
export type AvatarProps = {
  imgClass?: string;
  src?: string;
};