-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
172 lines (139 loc) · 7.35 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="referrer" content="never">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no, viewport-fit=cover">
<meta name="description" content="A delightfully simple theme system for docsify.js. Features multiple themes with rich customization options, an improved desktop and mobile experience, and legacy browser support (IE10+).">
<!-- <meta name="google-site-verification" content="_EWJaM8G6xwMtEqemO4yN8WqSU2CaKVi3jTj0gLg48E"> -->
<title>sqn的技术|生活|娱乐空间</title>
<!-- themeable -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css" title="Simple">
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-defaults.css" title="Defaults"> -->
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css" title="Simple Dark"> -->
<link rel="stylesheet" href="assets/css/main.css">
<!-- <link rel="stylesheet" href="https://unpkg.com/docsify-toc@1.0.0/dist/toc.css"> -->
<!-- Test Stylesheets -->
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify@4/themes/vue.css"> -->
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify@4/themes/buble.css"> -->
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify@4/themes/dark.css"> -->
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify@4/themes/pure.css"> -->
<!-- <link href="https://fonts.googleapis.com/css?family=Teko:400,500" rel=stylesheet> -->
<!-- <link href="https://vue-particles.netlify.app/static/css/app.125e6716cb70c3dabccbbb598b5441e4.css" rel=stylesheet> -->
<!-- https://github.com/njleonzhang/docsify-edit-on-github -->
<script src="//cdn.jsdelivr.net/npm/docsify-edit-on-github"></script>
<style>
/* share sns btn style fix */
.fabs {
bottom: 40px !important;
z-index: 100;
}
/*fix Valine size*/
.markdown-section {
margin: 0 auto;
max-width: 80%;
padding: 30px 4px 40px;
position: relative;
}
.cover h1 span {
font-size: calc(var(--cover-heading-font-size-max) * 0.8px) !important;
}
.c-top-header a{
cursor: pointer; text-decoration: none !important;
color: rgba(0,90,158,1);
}
@media (max-width: 768px)
{
body
{
font-size: smaller;
}
.hide-mobile{ display: none; }
.markdown-section {
max-width: 90% !important;
}
.vpanel {
padding: 0px;
margin-left: -12px;
margin-right: -12px;
}
.markdown-section h1 {
font-size: 2.2em;
}
}
</style>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/wechatsync/article-syncjs@latest/dist/styles.css" />
<!-- <link rel="stylesheet" href="http://md.barretlee.com/themes/github-v2.css" /> -->
</head>
<body>
<div id="app"></div>
<!-- <script src="http://md.barretlee.com/js/index.js"></script> -->
<script src="https://cdn.jsdelivr.net/gh/wechatsync/article-syncjs@latest/dist/main.js"></script>
<!-- JavaScript -->
<script>
</script>
<script src="//cdn.jsdelivr.net/npm/vue@3/dist/vue.global.js"></script>
<!-- <script src="//unpkg.com/vue-particles@1.0.9/src/vue-particles/index.js"></script> -->
<!-- <script type="module" src="https://unpkg.com/vue-particles@1.0.9" crossOrigin='anonymous'>
</script> -->
<script src="assets/js/main.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/docsify.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/js/docsify-themeable.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-tabs@1/dist/docsify-tabs.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-copy-code@2/dist/docsify-copy-code.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination@2/dist/docsify-pagination.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/external-script.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/ga.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/search.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/zoom-image.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
<script src='//unpkg.com/valine/dist/Valine.min.js'></script>
<script src="//unpkg.com/docsify-valine/dist/docsify-valine.min.js"></script>
<!-- 有兼容问题 -->
<!-- <script src="//unpkg.com/docsify-count/dist/countable.min.js"></script> -->
<script src="//unpkg.com/docsify-share/build/index.min.js"></script>
<script src="//unpkg.com/docsify-remote-markdown/dist/docsify-remote-markdown.min.js"></script>
<script src="//unpkg.com/docsify-plugin-flexible-alerts"></script>
<!-- 有兼容问题 -->
<!-- <script src="//unpkg.com/docsify-toc@1.0.0/dist/toc.js"></script> -->
<!-- https://github.com/zuisong/docsify-kroki https://zuisong.github.io/docsify-kroki/#/-->
<script src="//unpkg.com/docsify-kroki"></script>
<script src="//unpkg.com/docsify-remote-markdown/dist/docsify-remote-markdown.min.js"></script>
<!-- https://gitter.im/DocsifyBlog/DocsifyBlogChatRoom
https://sidecar.gitter.im/ -->
<script>
((window.gitter = {}).chat = {}).options = {
room: 'DocsifyBlog/DocsifyBlogChatRoom'
};
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
<!-- <div style="left:200px;">
<iframe src="https://kaiheila.cn/widget?id=2640591474319675&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"></iframe>
</div> -->
<!--
<script type=text/javascript src="https://vue-particles.netlify.app/static/js/manifest.0dfd137348e0ef28b328.js"></script>
<script type=text/javascript src="https://vue-particles.netlify.app/static/js/vendor.b9e2d78dac4a867ad691.js"></script>
<script type=text/javascript src="https://vue-particles.netlify.app/static/js/app.fbb9ee1048527f0f771d.js"></script>
-->
<!-- css -->
<!-- <script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?027477985a326fe9c66d350544c73f34";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script> -->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?25300bb14a4beb6eb095b90c0c7094ce";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</body>
</html>