Open Xiongyibo opened 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)
![]()
In this repository All GitHub ↵
Jump to ↵
No suggested jump to results
Pull requests
Issues
Marketplace
Explore
New repository Import repository New gist New organization
This repository
New issue
Signed in as Xiongyibo
Set your status
Could not update your status, please try again.
80 remaining
🌴
On vacation
🤒
Out sick
🏠
Working from home
🎯
Focusing
Busy
When others mention you, assign you, or request your review, GitHub will let them know that you have limited availability.
Set status Clear status
Your profile Your repositories Your projects Your stars Your gists
Help Settings
Sign out
Watch
Notifications
Not watching Be notified only when participating or @mentioned. Watch
Releases only Be notified of new releases, and when participating or @mentioned. Unwatch releases
Watching Be notified of all conversations. Unwatch
Ignoring Never be notified. Stop ignoring
3
Unstar 71
Star [71](/yuquewebclipper/yuque-web-clipper/stargazers)
Fork
7
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'
}
Copy lines
Copy permalink
View git blame
Reference in new issue
Go
© 2019 GitHub, Inc.
Terms
Privacy
Security
Status
Help
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.
Skip to content
![]()
In this repository All GitHub ↵
Jump to ↵
No suggested jump to results
![]()
In this repository All GitHub ↵
Jump to ↵
![]()
In this repository All GitHub ↵
Jump to ↵
Pull requests
Issues
Marketplace
Explore
New repository Import repository New gist New organization
This repository
New issue
Signed in as Xiongyibo
Set your status
Edit status
Could not update your status, please try again.
80 remaining
Suggestions:
🌴
On vacation
🤒
Out sick
🏠
Working from home
🎯
Focusing
Busy
When others mention you, assign you, or request your review, GitHub will let them know that you have limited availability.
Set status Clear status
Your profile Your repositories Your projects Your stars Your gists
Help Settings
Sign out
Sign out
Watch
Notifications
Not watching Be notified only when participating or @mentioned. Watch
Releases only Be notified of new releases, and when participating or @mentioned. Unwatch releases
Watching Be notified of all conversations. Unwatch
Ignoring Never be notified. Stop ignoring
3
Unstar 71
Fork
7
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'
}
};
Copy lines
Copy permalink
View git blame
Reference in new issue
Go
© 2019 GitHub, Inc.
Terms
Privacy
Security
Status
Help
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.