-
Notifications
You must be signed in to change notification settings - Fork 376
/
book.json
50 lines (49 loc) · 2.25 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
{
"plugins":[
"expandable-chapters",
"tbfed-pagefooter",
"splitter",
"lightbox",
"anchor-navigation-ex",
"katex",
"search-pro",
"code",
"github"],
"pluginsConfig":{
"theme-default": {
"showLevel": false
},
"tbfed-pagefooter":{
"copyright":"Copyright © captainchen",
"modify_format":"YYYY-MM-DD HH:mm:ss"
},
"anchor-navigation-ex": {
"showLevel": false,
"showGoTop": false
},
"code": {
"copyButtons": true
},
"github": {
"url": "https://github.com/ThisisGame/cpp-game-engine-book"
}
},
"openresty":{
"zh":{
"bookName":"游戏引擎 浅入浅出",
"codeResourcesDownloadUrl":"https://github.com/ThisisGame/cpp-game-engine-book",
"githubRepositoryUrl":"https://github.com/ThisisGame/cpp-game-engine-book",
"beginNotice":"\n```text \n「游戏引擎 浅入浅出」是一本开源电子书,PDF/随书代码/资源下载: https://github.com/ThisisGame/cpp-game-engine-book \n```",
"beginNoticeShowConditionNeedLineNum":10,
"antiCollectorAdTxt":"<a id=\"antiCollectorAdTxt\" href=\"https://github.com/ThisisGame/cpp-game-engine-book\">「游戏引擎 浅入浅出」是一本开源电子书,PDF/随书代码/资源下载: https://github.com/ThisisGame/cpp-game-engine-book</a>"
},
"en":{
"bookName":"cpp-game-engine-book",
"codeResourcesDownloadUrl":"https://github.com/ThisisGame/cpp-game-engine-book",
"githubRepositoryUrl":"https://github.com/ThisisGame/cpp-game-engine-book",
"beginNotice":"\n```text \n「游戏引擎 浅入浅出」是一本开源电子书,PDF/随书代码/资源下载: https://github.com/ThisisGame/cpp-game-engine-book \n```",
"beginNoticeShowConditionNeedLineNum":10,
"antiCollectorAdTxt":"<a id=\"antiCollectorAdTxt\" href=\"https://github.com/ThisisGame/cpp-game-engine-book\">「游戏引擎 浅入浅出」是一本开源电子书,PDF/随书代码/资源下载: https://github.com/ThisisGame/cpp-game-engine-book</a>"
}
}
}