-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
36 lines (33 loc) · 1.02 KB
/
book.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"title": "flask_api",
"description": "flask_api",
"author": "WeiLai",
"language": "zh-hans",
"root": ".",
"plugins": [
"donate",
"edit-link"
],
"pluginsConfig": {
"donate": {
"wechat": "https://upload-images.jianshu.io/upload_images/14597179-5eaac14c06e7dc3f.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240",
"alipay": "https://upload-images.jianshu.io/upload_images/14597179-244cd80fc2dec0f6.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240",
"title": "",
"button": "打赏",
"alipayText": "支付宝打赏",
"wechatText": "微信打赏"
},
"github-buttons": {
"repo": "itswl/flask_api",
"types": [
"star"
],
"size": "small"
},
"edit-link": {
"base": "https://github.com/itswl/flask_api/edit/master",
"label": "Edit This Page"
}
}
}