-
Notifications
You must be signed in to change notification settings - Fork 15
/
book.json
49 lines (49 loc) · 1.16 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
{
"title": "轻量图表(TradingView) 中文开发文档",
"description": "轻量图表(TradingView) 中文开发文档",
"language": "zh",
"plugins": [
"livere",
"github",
"github-buttons",
"splitter",
"sitemap",
"donate"
],
"pluginsConfig": {
"livere": {
"uid": "MTAyMC8zNTIyNC8xMTc2MA=="
},
"github": {
"url": "https://github.com/zlq4863947/lightweight-charts-docs-cn"
},
"github-buttons": {
"buttons": [
{
"user": "zlq4863947",
"repo": "lightweight-charts-docs-cn",
"type": "star",
"size": "small",
"count": true
},
{
"user": "zlq4863947",
"repo": "lightweight-charts-docs-cn",
"type": "fork",
"size": "small",
"count": true
}
]
},
"donate": {
"wechat": "https://b.aitrade.ga/books/tradingview/images/weixin.png",
"alipay": "https://b.aitrade.ga/books/tradingview/images/alipay.png",
"button": "赏",
"alipayText": "支付宝打赏",
"wechatText": "微信打赏"
},
"sitemap": {
"hostname": "http://aitrade.ga"
}
}
}