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