-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
45 lines (45 loc) · 1016 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
45
{
"title": "《React Native小书》",
"description": "《React Native小书》带你入门React Native世界",
"output.name": "Small React Native Book",
"author": "茯苓猫",
"language": "zh-hans",
"plugins": [
"donate",
"sharing",
"editlink",
"sitemap"
],
"pluginsConfig": {
"sharing": {
"facebook": true,
"twitter": true,
"google": false,
"weibo": true,
"instapaper": false,
"vk": false,
"all": [
"facebook",
"google",
"twitter",
"weibo",
"instapaper"
]
},
"donate": {
"wechat": "/images/donate/wechat.jpg",
"alipay": "/images/donate/alipay.jpg",
"title": "",
"button": "打赏按钮",
"alipayText": "支付宝",
"wechatText": "微信"
},
"editlink": {
"base": "https://github.com/Elvenisboy/RNBook/blob/master/book/",
"label": "编辑本页"
},
"sitemap": {
"hostname": "http://rnbook.yeziker.com"
}
}
}