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