forked from geekxh/hello-algorithm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
44 lines (44 loc) · 1017 Bytes
/
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
{
"title": "小浩算法",
"plugins": [
"pageview-count",
"tbfed-pagefooter",
"theme-fexa",
"expandable-chapters",
"toc",
"github",
"prism",
"-highlight",
"splitter",
"sitemap",
"donate",
"code",
"-lunr",
"-search",
"search-pro"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/geekxh/hello-algorithm.git"
},
"baidu": {
"token": "a9787f0ab45d5e237bab522431d0a7ec"
},
"sitemap": {
"hostname": "http://zhaoda.net/"
},
"donate": {
"alipay": "/source/avatar.jpeg",
"title": "",
"button": "刷题群",
"alipayText": "扫码回复【刷题】可进万人刷题群"
},
"theme-fexa": {
"search-placeholder": "题目搜索...",
"logo": "./source/logo.png"
},
"tbfed-pagefooter": {
"copyright": "<li>本文出现所有代码均在 leetcode 测试通过!</li><li>有兴趣可进下方刷题群一起交流!群里可BAT内推</li>"
}
}
}