-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.raw.html
More file actions
208 lines (175 loc) · 10.1 KB
/
index.raw.html
File metadata and controls
208 lines (175 loc) · 10.1 KB
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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!DOCTYPE html>
<!-- Entry to docsify : https://docsify.js.org -->
<html lang="en">
<head>
<title>IceHe.Life</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="IceHe's Life">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<!-- SHORTEN URLs : -->
<!-- replace 'cdn.jsdelivr.net/npm/' with 'unpkg.com/' -->
<!-- RELATED CDNs : -->
<!-- - A free CDN for Open Source : https://www.jsdelivr.com/ -->
<!-- - UNPKG is a fast, global content delivery network for everything on npm : https://unpkg.com/ -->
<!-- Favicon : https://en.wikipedia.org/wiki/Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="docsify/h-favicon.ico" />
<!-- KateX : https://github.com/Khan/KaTeX#readme -->
<!-- <link rel="stylesheet" href="//unpkg.com/katex@latest/dist/katex.min.css" /> -->
<!-- Themes : https://docsify.js.org/#/themes -->
<!-- <link rel="stylesheet" href="//unpkg.com/docsify@4/lib/themes/vue.css"> -->
<!-- NOTE:
A. ENABLE the link below and DISABLE the Link above → The background color is generated randomly by docsify.
B. DISABLE the link below and ENABLE the Link above → The background color is the daylight/darklight theme.
-->
<!-- docsify-darklight-theme : https://github.com/boopathikumar018/docsify-darklight-theme -->
<link rel="stylesheet" href="//unpkg.com/docsify-darklight-theme@latest/dist/style.min.css"
title="docsify-darklight-theme" type="text/css" />
<meta name="google-adsense-account" content="ca-pub-5392616600790876">
<!-- Google AdSense -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5392616600790876"
crossorigin="anonymous"></script>
</head>
<body>
<!-- Loading dialog : https://docsify.js.org/#/quickstart?id=loading-dialog -->
<!-- ( Warning : Don't remove it! ) -->
<div id="app">Loading …</div>
<script>
// Configuration : https://docsify.js.org/#/configuration
window.$docsify = {
auto2top: true, // https://docsify.js.org/#/configuration?id=auto2top
basePath: '.', // https://docsify.js.org/#/configuration?id=basepath
coverpage: 'docsify/_coverpage.md', // https://docsify.js.org/#/cover
onlyCover: true, // https://docsify.js.org/#/configuration?id=onlycover
formatUpdated: "{YYYY}/{MM}/{DD} {HH}:{mm}", // https://docsify.js.org/#/configuration?id=formatupdated
loadNavbar: 'docsify/_navbar.md', // https://docsify.js.org/#/custom-navbar
// loadSidebar: true, // https://docsify.js.org/#/more-pages?id=sidebar
// logo: 'docsify/avatar-120.png', // https://docsify.js.org/#/configuration?id=logo
markdown: { // https://docsify.js.org/#/markdown?id=markdown-configuration
// marked : https://marked.js.org/using_advanced
// TESTING BEGIN
// breaks: true,
smartLists: true,
smartypants: true,
// WARNING: 设置 `walkTokens: true` 后, 封面页就没内容了. 还没深究原因.
// TESTING END
},
mergeNavbar: false, // https://docsify.js.org/#/configuration?id=mergenavbar
// name: "IceHe.Life", // https://docsify.js.org/#/configuration?id=name
notFoundPage: 'docsify/_404.md', // https://docsify.js.org/#/configuration?id=notfoundpage
// repo: 'https://github.com/IceHe', // https://docsify.js.org/#/configuration?id=repo
// routerMode: 'history', // default: 'hash' // https://docsify.js.org/#/configuration?id=routermode
// PlantUML : https://github.com/imyelo/docsify-plantuml
// PlantUML : https://github.com/indieatom/docsify-puml
plantuml: {
skin: 'classic',
//skin: 'default',
},
// https://docsify.js.org/#/plugins?id=full-text-search
// FXIME: 1. 路径不对 2. 搜索不到子目录的内容
// search: 'auto', // default
// search: {
// maxAge: 86400000, // Expiration time, the default one day
// paths: 'auto', // or 'auto'
// placeholder: 'Search',
// noData: 'No Results!',
// depth: 6, // Depth of search, default is 2
// },
// https://docsify.js.org/#/write-a-plugin
plugins: [
function (hook, vm) {
// Invoked on each page load before new markdown is transformed to HTML.
// Supports asynchronous tasks (see beforeEach documentation for details).
hook.beforeEach(function (content) {
// KateX : https://github.com/Khan/KaTeX#readme
// ( Usage : https://github.com/docsifyjs/docsify/issues/96#issuecomment-284404397 )
// content = content.replace(/\$\$\n([\s\S]*?)\n\$\$/g, function (m, code) {
// console.log(code)
// return katex.renderToString(code.trim())
// })
// Inspired by `Edit on GitHub` : https://github.com/njleonzhang/docsify-edit-on-github
const editedAt = `\n{docsify-updated} _edited [source file](https://github.com/IceHe/icehe-lib/blob/master${vm.route.file})_`;
const footer = [
'\u273F Later equals never.',
// '\u2726 Better me.',
// '\u2726 Early sleep.',
// '\u2726 Do things that matter.',
// '\u273F Do one thing at a time.',
// '\u2726 Step by step.',
// '\u273F Shorten warm-up time.',
'© ' + new Date().getFullYear() + ' IceHe.Life',
// '\u2726 <a href="https://beian.miit.gov.cn/" target="_blank">京ICP备2026015186号-1</a>',
'',
].join('<br/>');
return `${editedAt}\n${content}\n\n----\n\n${footer}`;
});
// Invoked on each page load after new HTML has been appended to the DOM
hook.doneEach(function () {
document.title = `${document.querySelector("#main h1").innerText} | IceHe.Life`;
});
},
],
};
</script>
<!-- KateX : https://github.com/Khan/KaTeX#readme -->
<!-- ( Notice : KateX must be loaded before basic `docsify.min.js`! ) -->
<!-- <script src="//unpkg.com/docsify-katex@latest/dist/docsify-katex.js"></script> -->
<!-- Basic -->
<script src="//unpkg.com/docsify@4"></script>
<!-- <script src="//unpkg.com/docsify/lib/docsify.min.js"></script> -->
<!-- Advanced Plugins : https://docsify.js.org/#/plugins -->
<!-- Copy to Clipboard : https://docsify.js.org/#/plugins?id=copy-to-clipboard -->
<script src="//unpkg.com/docsify-copy-code"></script>
<!-- Full Text Search : https://docsify.js.org/#/plugins?id=full-text-search -->
<!-- <script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script> -->
<!-- PlantUML : https://github.com/imyelo/docsify-plantuml -->
<script src="//unpkg.com/docsify-plantuml/dist/docsify-plantuml.min.js"></script>
<!-- PlantUML : https://github.com/indieatom/docsify-puml -->
<!-- <script src="//unpkg.com/docsify-puml/dist/docsify-puml.min.js"></script> -->
<!-- Zoom Image : https://docsify.js.org/#/plugins?id=zoom-image -->
<script src="//unpkg.com/docsify/lib/plugins/zoom-image.min.js"></script>
<!-- Code Block Syntax Highlight : https://docsify.js.org/#/language-highlight -->
<!-- ( Supported by Prism ( https://prismjs.com/ ) -->
<script src="//unpkg.com/prismjs/components/prism-applescript.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-c.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-cpp.min.js"></script>
<!-- <script src="//unpkg.com/prismjs/components/prism-css.min.js"></script> -->
<script src="//unpkg.com/prismjs/components/prism-docker.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-elixir.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-git.min.js"></script>
<!-- <script src="//unpkg.com/prismjs/components/prism-go.min.js"></script> -->
<script src="//unpkg.com/prismjs/components/prism-groovy.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-http.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-java.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-javascript.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-json.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-jsx.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-kotlin.min.js"></script>
<!-- <script src="//unpkg.com/prismjs/components/prism-makefile.min.js"></script> -->
<script src="//unpkg.com/prismjs/components/prism-markdown.min.js"></script>
<!-- <script src="//unpkg.com/prismjs/components/prism-nginx.min.js"></script> -->
<script src="//unpkg.com/prismjs/components/prism-nasm.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-php.min.js"></script>
<!-- <script src="//unpkg.com/prismjs/components/prism-properties.min.js"></script> -->
<script src="//unpkg.com/prismjs/components/prism-python.min.js"></script>
<!-- <script src="//unpkg.com/prismjs/components/prism-ruby.min.js"></script> -->
<script src="//unpkg.com/prismjs/components/prism-scala.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-sql.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-typescript.min.js"></script>
<!-- <script src="//unpkg.com/prismjs/components/prism-vim.min.js"></script> -->
<!-- <script src="//unpkg.com/prismjs/components/prism-wiki.min.js"></script> -->
<!-- <script src="//unpkg.com/prismjs/components/prism-yaml.min.js"></script> -->
<!-- docsify-darklight-theme : https://github.com/boopathikumar018/docsify-darklight-theme -->
<script src="//unpkg.com/docsify-darklight-theme@latest/dist/index.min.js"
class="__web-inspector-hide-shortcut__"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LJ15JZ8GPG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-LJ15JZ8GPG');
</script>
</body>
</html>