-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
87 lines (87 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"title": "EASYJAVASCRIPT(OOP) - 可能是最适合你的 JavaScript 面向对象课程",
"description": "EASYJAVASCRIPT 面向对象课程,可能是最适合你的 JavaScript 面向对象课程。",
"author": "全栈讲师-金云龙",
"language": "zh-hans",
"links": {
"sidebar": {
"作者的博客": "http://www.longestory.com"
}
},
"plugins": [
"-lunr",
"-search",
"search-plus",
"github",
"github-buttons",
"-sharing",
"sharing-plus",
"tbfed-pagefooter",
"expandable-chapters-small",
"donate",
"github-issue-feedback",
"expandable-chapters-small",
"favicon",
"3-ba"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/jyl/easy-javascript-oop"
},
"github-buttons": {
"buttons": [{
"user": "jyl",
"repo": "easy-javascript-oop",
"type": "star",
"size": "small",
"count": true
}]
},
"sharing": {
"douban": false,
"facebook": false,
"google": false,
"hatenaBookmark": false,
"instapaper": false,
"line": false,
"linkedin": true,
"messenger": false,
"pocket": false,
"qq": true,
"qzone": true,
"stumbleupon": false,
"twitter": false,
"viber": false,
"vk": false,
"weibo": true,
"whatsapp": false,
"all": [
"facebook", "google", "twitter",
"weibo"
]
},
"tbfed-pagefooter": {
"copyright":"Copyright © www.longestory.com 2017",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"donate": {
"wechat": "http://osryplwmc.bkt.clouddn.com/18-1-12/14192742.jpg",
"alipay": "http://osryplwmc.bkt.clouddn.com/18-1-12/65831669.jpg",
"title": "",
"button": "打赏",
"alipayText": "支付宝打赏",
"wechatText": "微信打赏"
},
"github-issue-feedback": {
"repo": "jyl/easy-javascript-oop"
},
"favicon": {
"shortcut": "images/favicon.ico",
"bookmark": "images/favicon.ico"
},
"3-ba": {
"token": "23a689e990c2c23684d753e695797e27"
}
}
}