提供一个跳转到GitHub地址的小组件
export interface Props {
link: string ## GitHub地址
position: 'left' | 'right' ## 组件位置
content: string ## 组件内容
color: string ## 组件背景颜色
type: 'corners' | 'ribbons' | 'trapeziumType' ## 提供3种类型的组件
} <git-fork
link="https://github.com/Simon-He95"
type="ribbons"
position="left"
/>