forked from zhaoolee/ChromeAppHeroes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
96 lines (94 loc) · 2.74 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"title": "ChromeAppHeroes",
"author": "zhaoolee",
"description": "🌈Chrome插件英雄榜, 为优秀的Chrome插件写一本中文说明书, 让Chrome插件英雄们造福人类~ChromeAppHeroes, Write a Chinese manual for the excellent Chrome plugin, let the Chrome plugin heroes benefit the human~",
"language": "zh-hans",
"styles": {
"website": "zh-hans/styles/website.css"
},
"plugins": [
"disqus",
"github",
"3-ba",
"ga",
"github-buttons",
"-sharing",
"sharing-plus",
"-lunr",
"-search",
"search-plus",
"splitter",
"tbfed-pagefooter",
"donate",
"sitemap-general",
"ad"
],
"pluginsConfig": {
"sharing": {
"douban": false,
"facebook": false,
"google": false,
"hatenaBookmark": false,
"instapaper": false,
"line": false,
"linkedin": false,
"messenger": false,
"pocket": false,
"qq": false,
"qzone": false,
"stumbleupon": false,
"twitter": false,
"viber": false,
"vk": false,
"weibo": false,
"whatsapp": false,
"all": ["weibo", "qq", "qzone", "google", "douban"]
},
"disqus": {
"shortName": "zhaoolee"
},
"github": {
"url": "https://github.com/zhaoolee/ChromeAppHeroes"
},
"3-ba": {
"token": "58db316ae8a39f946e264dae4c0b0dd4"
},
"ga": {
"token": "UA-129665260-2"
},
"github-buttons": {
"buttons": [
{
"user": "zhaoolee",
"repo": "ChromeAppHeroes",
"type": "star",
"size": "large",
"count": true
},
{
"user": "zhaoolee",
"type": "follow",
"width": "230",
"count": true
}
]
},
"tbfed-pagefooter": {
"copyright": "Copyright [email protected]",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"donate": {
"wechat": "https://user-images.githubusercontent.com/15868458/62830339-e1470400-bc3f-11e9-9851-3cf72d04d7b5.png",
"title": "",
"button": "咦?",
"wechatText": "微信赞赏"
},
"sitemap-general": {
"prefix": "https://zhaoolee.com/ChromeAppHeroes/"
},
"ad": {
"contentBottom": "%3Cscript%20data-ad-client%3D%22ca-pub-4504000699134547%22%20async%20src%3D%22https%3A//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js%22%3E%3C/script%3E%3Cscript%20src%3D%22https%3A%2F%2Fcdnjs.cloudflare.com%2Fajax%2Flibs%2Fjquery%2F2.2.1%2Fjquery.min.js%22%20defer%20%3E%3C%2Fscript%3E%3Cscript%20src%3D%22https%3A%2F%2Fcdnjs.cloudflare.com%2Fajax%2Flibs%2Funveil2%2F2.0.8%2Fjquery.unveil2.min.js%22%20defer%20%3E%3C%2Fscript%3E%3Cscript%3E%24(%22img%22).unveil()%3B%3C%2Fscript%3E"
}
}
}