-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
101 lines (89 loc) · 4.25 KB
/
index.html
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Documents - Guizhan Account</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="Guizhan Account documents">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/style.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex/dist/katex.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/flag-icon.min.css">
<link rel="stylesheet" href="https://gzassets.cn/guizhanss/account/css/documents.css">
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TFT6VMZ');</script>
</head>
<body>
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TFT6VMZ"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<div id="app">Loading...</div>
<script>
if(location.host == 'docs.account.guizhanss.com'){
var docs_zh_cn = 'https://cdn.jsdelivr.net/gh/Guizhan-Technology/account-docs-zh-cn@master/$1';
}else{
var docs_zh_cn = 'http://docs-zh.account.guizhanss.com.test/$1';
}
window.$docsify = {
name: 'Guizhan Account',
nameLink: {
'/zh-cn/': '#/zh-cn/',
'/': '#/',
},
loadNavbar: true,
loadSidebar: true,
auto2top: true,
//relativePath: true,
autoHeader: false,
//executeScript: true,
subMaxLevel: 3,
topMargin: 30,
search: {
maxAge: 86400000,
paths: 'auto',
placeholder: {
'/zh-cn/': '搜索...',
'/': 'Search...',
},
noData: {
'/zh-cn/': '未找到结果,换一个关键词试试?',
'/': 'No results. Try another keyword?',
},
depth: 6,
},
alias: {
'/.*/_navbar.md': '/_navbar.md',
'/zh-cn/(.*)': docs_zh_cn,
}, plugins: [
function (hook) {
var footer = [
'<hr>',
'<footer>',
'<p>Powered by <a href="https://github.com/docsifyjs/docsify" target="_blank">docsify</a></p>',
'<p>© ' + new Date().getFullYear() + ' <a href="https://www.guizhanss.com" target="_blank">Guizhan Technology</a>. All rights reserved.</p>',
'</footer>'
].join('');
hook.afterEach(function (html) {
html = html.replace('rel="noopener"', 'rel="noopener" target="_blank"')
return html + footer;
});
}
]
}
</script>
<!-- Docsify -->
<script src="https://cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
<!-- Plugin -->
<script src="https://cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify/lib/plugins/emoji.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify/lib/plugins/external-script.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify/lib/plugins/zoom-image.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-katex/dist/docsify-katex.js"></script>
<script src="https://cdn.jsdelivr.net/npm/prismjs/components/prism-json.min.js"></script>
</body>
</html>