forked from zlq4863947/tradingViewWikiCn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
53 lines (53 loc) · 1.2 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
{
"title": "TradingView中文开发文档",
"description": "TradingView为优秀的交易技术分析图表库",
"language": "zh",
"plugins": [
"livere",
"disqus",
"github",
"github-buttons",
"splitter",
"sitemap",
"donate"
],
"pluginsConfig": {
"livere": {
"uid": "MTAyMC8zNTIyNC8xMTc2MA=="
},
"disqus": {
"shortName": "aistock-ga"
},
"github": {
"url": "https://github.com/zlq4863947/tradingViewWikiCn"
},
"github-buttons": {
"buttons": [
{
"user": "zlq4863947",
"repo": "tradingViewWikiCn",
"type": "star",
"size": "small",
"count": true
},
{
"user": "zlq4863947",
"repo": "tradingViewWikiCn",
"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"
}
}
}