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