forked from harleyszhang/cv_note
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
executable file
·41 lines (41 loc) · 1.07 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
{
"title": "cv算法工程师成长之路",
"author": "zhanghonggao",
"theme-default": {
"showLevel": true
},
"plugins": [
"toggle-chapters",
"back-to-top-button",
"chapter-fold",
"code",
"splitter",
"-lunr",
"search-pro",
"pageview-count",
"tbfed-pagefooter",
"popup",
"sharing-plus",
"donate"
],
"pluginsConfig": {
"tbfed-pagefooter": {
"copyright": "Copyright © [email protected] 2022",
"modify_label": "该文章修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"sharing": {
"all": [
"douban", "facebook", "google", "twitter", "weibo", "qq"
]
},
"donate": {
"wechat": "./data/article_cover/wechat.png",
"alipay": "./data/article_cover/alipay.png",
"title": "赞赏",
"button": "捐赠",
"alipayText": "支付宝",
"wechatText": "微信"
}
}
}