Xiongyibo / cut

cut
0 stars 0 forks source link

yuque-web-clipper/index.ts at master · yuquewebclipper/yuque-web-clipper #6

Open Xiongyibo opened 5 years ago

Xiongyibo commented 5 years ago
       yuque-web-clipper/index.ts at master · yuquewebclipper/yuque-web-clipper                                     

Skip to content

![](https://github.githubassets.com/images/search-key-slash.svg)

yuquewebclipper/yuque-web-clipper

Code Issues 7 Pull requests 0 Projects 0 Wiki Insights

Permalink

Branch: master

Find file Copy path

yuque-web-clipper/src/const/index.ts

98ff056 8 days ago

DiamondYuan [feat: support clipper to github](/yuquewebclipper/yuque-web-clipper/commit/98ff0561304a97862e64670172003833a355de4e "feat: support clipper to github

re #7")

1 contributor### Users who have contributed to this file

Raw Blame History

22 lines (21 sloc) 374 Bytes

export const backendServices: {

[key: string]: {

icon: string;

home: string;

api: string;

name: string;

};

} \= {

yuque: {

icon: 'yuque',

home: 'https://www.yuque.com',

api: 'https://www.yuque.com/api/v2/',

name: '语雀'

},

github: {

icon: 'github',

home: 'https://www.github.com',

api: 'https://api.github.com/',

name: 'Github'

}

};

You can’t perform that action at this time.

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.

Press h to open a hovercard with more details.