-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
48 lines (48 loc) · 1.11 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
{
"title": "雪之梦技术驿站",
"author": "zhuzhennan",
"description": "雪之梦技术驿站又名snowdreams1006的技术小屋.主要分享个人的学习经验,一家之言,仅供参考.",
"isbn": "978-0-13-601970-1",
"language": "zh-hans",
"direction": "ltr",
"gitbook": "3.2.3",
"links": {
"sidebar": {
"<div><img width=30 style='position:relative; top:5px; padding-right:5px ' src='http://ww1.sinaimg.cn/large/005KfPpigy1g79b579u3yj3069069jr8.jpg'/>当当当</div>": "https://flutterchina.club"
}
},
"styles": {
"website": "styles/website.css",
"ebook": "styles/ebook.css",
"pdf": "styles/pdf.css",
"mobi": "styles/mobi.css",
"epub": "styles/epub.css"
},
"plugins": [
"-search",
"search-pro",
"ace",
"splitter",
"prism",
"donate",
"-highlight"
],
"pluginsConfig": {
"prism": {
"lang": {
"shell": "bash"
}
},
"search-pro": {
"cutWordLib": "nodejieba",
"defineWord": [
"Gitbook Use"
]
},
"donate": {
"wechat": "http://ww1.sinaimg.cn/large/005KfPpigy1g74nb6zhkej30kw0r2771.jpg",
"button": "WeChat",
"wechatText": "Burn me quickly"
}
}
}