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