forked from zlq4863947/tradingViewWikiCn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
67 lines (67 loc) · 1.87 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
{
"title": "TradingView中文开发文档",
"description": "TradingView为优秀的交易技术分析图表库",
"language": "zh",
"plugins": [
"livere",
"disqus",
"github",
"github-buttons",
"splitter",
"sitemap",
"donate",
"insert-head-tag",
"baidu-v3",
"-livereload"
],
"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://aitrade.ga/books/tradingview/images/weixin.png",
"alipay": "https://aitrade.ga/books/tradingview/images/alipay.png",
"button": "赏",
"alipayText": "支付宝打赏",
"wechatText": "微信打赏"
},
"sitemap": {
"hostname": "http://aitrade.ga"
},
"insert-head-tag": {
"tags": [
"<script async src='https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'>",
"<script>(adsbygoogle = window.adsbygoogle || []).push({google_ad_client: 'ca-pub-4774215405699477',enable_page_level_ads: true});",
"<script async src='https://www.googletagmanager.com/gtag/js?id=UA-155388696-3'>",
"<script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);console.log('gtag')}gtag('js', new Date());gtag('config', 'UA-155388696-3');"
]
},
"baidu": {
"token": "7589b987dc4ef611f2f1cd192b55a257"
}
}
}