wupengfei
10 天以前 8d973d050ba66a497ca763f9670aab457a74e2b1
1
2
3
4
export type AvatarProps = {
  imgClass?: string;
  src?: string;
};