forked from JackyAndroid/AndroidInterview-Q-A
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
61 lines (56 loc) · 1.49 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
{
"title" : "AndroidInterview",
"description" : "一线互联网面试题",
"author" : "Jacky",
"generator": "site",
"language" : "zh-hans",
"plugins": [
"-search",
"search-plus",
"fontsettings",
"sharing",
"tbfed-pagefooter",
"donate",
"local-video",
"splitter",
"edit-link"
],
"pluginsConfig": {
"fontsettings": {
"theme": "sepia",
"family": "sans",
"size": 2
},
"sharing": {
"weibo": true,
"facebook": false,
"twitter": false,
"google": true,
"instapaper": false,
"vk": false,
"all": [
"facebook", "google", "twitter",
"weibo", "instapaper"
]
},
"tbfed-pagefooter": {
"copyright":"Copyright © www.jackywang.tech 2017",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"donate": {
"wechat": "picture/wechat.jpeg",
"alipay": "picture/alipay.jpeg",
"title": "",
"button": "赏",
"alipayText": "支付宝打赏",
"wechatText": "微信打赏"
},
"edit-link": {
"base": "https://github.com/JackyAndroid/AndroidInterview-Q-A/edit/master",
"label": "编辑此页"
}
}
}