forked from duguosheng/6.S081-All-in-one
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
55 lines (55 loc) · 1.16 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
{
"author": "DuGuoSheng",
"title": "6.S081 All-In-One",
"plugins": [
"-lunr",
"-search",
"search-pro",
"github",
"expandable-chapters",
"code-optimize",
"splitter",
"pageview-count",
"donate",
"tbfed-pagefooter",
"flexible-alerts",
"ancre-navigation",
"custom-favicon",
"github-buttons"
],
"pluginsConfig": {
"donate": {
"wechat": "https://raw.githubusercontent.com/duguosheng/6.S081-All-in-one/main/images/wechatpay.png",
"alipay": "https://raw.githubusercontent.com/duguosheng/6.S081-All-in-one/main/images/alipay.png",
"title": "",
"button": "打赏",
"alipayText": "支付宝",
"wechatText": "微信"
},
"github": {
"url": "https://github.com/duguosheng"
},
"tbfed-pagefooter": {
"copyright": "copyright by duguosheng",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"flexible-alerts": {
"style": "flat"
},
"favicon": "./images/book.ico",
"code-optimize": {
"copyButtons": true,
"showLines": false
},
"github-buttons": {
"repo": "duguosheng/6.S081-All-in-one",
"types": [
"star",
"watch",
"fork"
],
"size": "small"
}
}
}