-
Notifications
You must be signed in to change notification settings - Fork 0
/
search.html
485 lines (252 loc) · 11.6 KB
/
search.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
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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
<!DOCTYPE html>
<html >
<head>
<meta charset="utf-8">
<!--
© SukkaW
GitHub: https://github.com/SukkaW/hexo-theme-suka
Version: 1.3.3
-->
<script>
window.lsVersion = "1.3.3",
window.oldVersion = [
"0.2.0","0.0.1","0.1.0","1.0.0","1.0.1","1.1.0","1.1.1","1.2.0","1.3.0","1.3.2"
]
</script>
<!-- ### DNS Prefetch ### -->
<meta http-equiv="x-dns-prefetch-control" content="on">
<!-- busuanzi -->
<link rel="dns-prefetch" href="//busuanzi.ibruce.info">
<!-- comment -->
<!-- analytics -->
<!-- ### Preload ### -->
<!-- Busuanzi -->
<link rel="preload" href="https://cdn.jsdelivr.net/npm/[email protected]/bsz.pure.mini.js" as="script">
<!-- ### Meta & Title & Info ### -->
<meta http-equiv="X-UA-Compatible" content="IE=Edge, chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
<!-- Title -->
<title>Search | txtyb's Blog</title>
<!-- favicon -->
<!-- Favicons -->
<link rel="icon" type="image/ico" href="/img/suka-favicon.ico">
<!-- Android Chrome Color -->
<meta name="format-detection" content="telephone=no">
<!-- Description -->
<meta name="description" content="">
<!-- Keywords -->
<meta name="keywords" content="">
<!-- Disable Fucking Bloody Baidu Tranformation -->
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<!-- ### Import File ### -->
<!-- spectre.css -->
<link rel="stylesheet" href="/lib/spectre/spectre.min.css">
<style>
body {
background-color: #f8f9fa;
}
a, a:visited {
color: #0070ff;
}
a:active, a:focus, a:hover {
color: #0070ff;
opacity: .75;
}
#post-content a,
#post-content a:hover,
#post-content a:focus,
#post-content a:visited {
color: #005eb9;
opacity: 1;
}
.post-entry .card-body a {
color: #0070ff;
}
.avatar {
background: #444;
}
.navbar-link,
.navbar-link:visited,
.timeline .timeline-item .timeline-icon.icon-lg {
color: #0070ff;
}
.navbar-link:hover {
color: #0070ff;
opacity: .8;
}
#search-input .btn,
#disqus_click_btn,
#disqus-switch-to-direct,
#disqus-loadmore-button {
background: #727e96;
border-color: #727e96;
color: #fff;
}
#post-toc a.post-toc-link,
#post-toc a.post-toc-link:visited,
.share-menu.menu .menu-item>a {
color: #727e96;
}
.share-menu.menu .menu-item>a:hover,
.share-menu.menu .menu-item>a:focus,
.share-menu.menu .menu-item>a:visited {
color: #50596c;
background: #f8f9fa;
opacity: .85;
}
</style>
<!-- style.css -->
<link rel="stylesheet" href="/css/style.min.css">
<!-- Prettify Theme -->
<!-- ### Site Verification ### -->
<!-- ### RSS ### -->
<!-- ### WebApp ### -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="txtyb's Blog">
<meta name="msapplication-starturl" content="http://txtyb.github.io">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="txtyb's Blog">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Manifest Import -->
<!-- Open Search -->
<!-- ### The Open Graph & Twitter Card Protocol ### -->
<meta property="og:title" content="Search | txtyb's Blog">
<meta property="og:site_name" content="txtyb's Blog">
<meta property="og:url" content="http://txtyb.github.io/search.html">
<meta property="og:image" content="http://txtyb.github.io/img/suka-favicon.ico">
<meta property="og:description" content="">
<meta name="twitter:card" content="summary">
<meta property="og:type" content="blog">
<!-- ### Analytics ### -->
<!-- ### Canonical link ### -->
<link rel="canonical" href="http://txtyb.github.io/search.html">
<!-- ### Structured Data ### -->
<!-- ### Custom Head ### -->
<meta name="generator" content="Hexo 6.0.0"></head>
<body>
<!-- ### Main content ### -->
<!-- ## Header ##-->
<header>
<h1 class="header-title text-center"><a href="/">txtyb's Blog</a></h1>
<p class="text-center header-slogan">
The quieter you be, the more you can hear.
</p>
<nav class="navbar-section text-center">
<a href="/" class="navbar-link">首页</a>
<a href="/archives/" class="navbar-link">归档</a>
<a href="/search" class="navbar-link">搜索</a>
<div class="dropdown dropdown-right">
<a class="navbar-link dropdown-toggle" tabindex="0">分享</a>
<ul class="menu share-menu">
<!-- Share Weibo -->
<li class="menu-item">
<a href="http://service.weibo.com/share/share.php?appkey=&title=txtyb's Blog&url=http://txtyb.github.io&pic=http://txtyb.github.io/img/suka-favicon.ico&searchPic=false&style=simple" target="_blank" rel="external noopener noreferrer nofollow">分享到微博</a>
</li>
<!-- Share Twitter -->
<li class="menu-item">
<a href="https://twitter.com/intent/tweet?text=txtyb's Blog&url=http://txtyb.github.io&via=txtyb" target="_blank" rel="external noopener noreferrer nofollow">分享到 Twitter</a>
</li>
<!-- Share Facebook -->
<li class="menu-item">
<a href="https://www.facebook.com/sharer/sharer.php?u=http://txtyb.github.io" target="_blank" rel="external noopener noreferrer nofollow">分享到 Facebook</a>
</li>
<!-- Share Google+ -->
<li class="menu-item">
<a href="https://plus.google.com/share?url=http://txtyb.github.io" target="_blank" rel="external noopener noreferrer nofollow">分享到 Google+</a>
</li>
<!-- Share LinkedIn -->
<li class="menu-item">
<a href="https://www.linkedin.com/shareArticle?mini=true&url=http://txtyb.github.io&title=Search" target="_blank" rel="external noopener noreferrer nofollow">分享到 LinkedIn</a>
</li>
<!-- Share QQ -->
<li class="menu-item">
<a href="http://connect.qq.com/widget/shareqq/index.html?site=txtyb's Blog&title=Search&summary=&pics=http://txtyb.github.io/img/suka-favicon.ico&url=http://txtyb.github.io" target="_blank" rel="external noopener noreferrer nofollow"> 分享到 QQ</a>
</li>
<!-- Share Telegram -->
<li class="menu-item">
<a href="https://t.me/share/url?url=http://txtyb.github.io&text=Search" target="_blank" rel="external noopener noreferrer nofollow">分享到 Telegram</a>
</li>
<!-- QRCode -->
<li class="menu-item">
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAAAAAB0L9x7AAABmUlEQVR42u3b0Y7CMAxE0f7/T8MroNgzoSWdoNsXpC5tDpIVO072eARcBwgQILZAHM319sDLvc/vjJ5x3gsiFzEMmgGiG+Dze857QWQjRsE2GrwbqHp+dB/EfyG6Ad33gtgb4SS1nwcmiOWIKtFUgziT1GVZFMRyRFeQnvm8rNoGsRQhF63VRCMC8NJVOYiliC6QqmJmZmKrkh+IPRCzweoM2i6sQUQinADtBuug0zMmiBhEF1Sq0FHAbqIDkY1QC1qVrNSCp01gIKIQUwtYUdB0jRW7UwPidoRqnquGafcj5N9BRCKcwsRpnM8EMYhshGqUd8lsZoPXyqIgIhCjxDOzSe8e3JBZFEQUwtlIcxZJ1cabXeiCiEOohroaXG3c2VkURATCPbSlNvKdhguIbITTTJ9ZEFeBDmIfhLWxbhwAdQ4GyUIXRAxCLYZVA8S99/XhcRC3INyNFWdCs/9JAcS2CLe4cRq0p04rg4hCqCLHSVynAxPEUoQzATmLJHeBDSIboZqf6iCPc8DrVLUNYinizgsECBDRiCfxpXjI8SC8uAAAAABJRU5ErkJggg==" alr="QRCode">
</li>
</ul>
</div>
</nav>
</header>
<!-- ## Local Search Page ## -->
<div class="container search-container">
<div class="main-container">
<!-- # Title # -->
<h2 class="page-title">搜索</h2>
<!-- # Input # -->
<div id="search-input">
<form class="input-group" autocomplete="off">
<input maxlength="80" type="search" id="search-field" name="s" class="form-input input-lg" placeholder="请输入关键字...." required>
<button class="btn btn-primary input-group-btn btn-lg" type="submit">搜索</button>
</form>
</div>
<!-- # Description & Output # -->
<div id="search-result-info" hidden>总共找到 <span id="search-result-num"></span> 条结果</div>
<div id="search-output"></div>
</div>
</div>
<!-- import load local-search -->
<script src="/js/local-search.min.js"></script>
<script>
searchFunc('/search.json');
var searchNoResult = '';
searchNoResult += '<div class="search-noresult"><span>没有找到任何结果,请更换关键字试试~'
searchNoResult += '<br>你可以试试 Google 站内搜索 : </span>'
searchNoResult += '<a href="https://www.google.com/search?&q=' + searchQuery.s + '%20site:http://txtyb.github.io" target="_blank">' + searchQuery.s + ' site:http://txtyb.github.io</a></div>'
</script>
<!-- ### Footer ### -->
<footer class="text-center">
<!-- footer copyright -->
<p class="footer-copyright mb-0">Copyright © <span data-year></span>
<a class="footer-copyright-a" href="http://txtyb.github.io">txtyb's Blog</a>
</p>
<!-- footer custom text -->
<p class="footer-text mb-0">
Hosted on <a target="_blank" href="https://github.com/txtyb/txtyb.github.io" rel="nofollow noopener noreferrer noopener">GitHub Pages</a>
</p>
<!-- footer develop info -->
<p class="footer-develop mb-0">
<!-- Busuanzi User Views -->
<span id="busuanzi_container_site_uv" hidden>
<span></span>
<span id="busuanzi_value_site_uv"></span>
<span>Viewers</span>
<span>|</span>
</span>
Powered by <!--
--><a href="https://hexo.io" target="_blank" class="footer-develop-a" rel="external nofollow noopener noreferrer">Hexo</a><span class="footer-develop-divider"></span>Theme - <!--
--><a href="https://github.com/SukkaW/hexo-theme-suka" target="_blank" class="footer-develop-a" rel="external noopener">Suka</a>
</p>
</footer>
<!-- ### Import File ### -->
<!-- ### Footer JS Import ### -->
<script>
window.lazyLoadOptions = {
elements_selector: ".lazyload",
threshold: 50
};
/* Copyright */
var copyrightNow = new Date().getFullYear();
var copyrightContent = document.querySelector('span[data-year]')
copyrightContent.textContent = copyrightNow
/* Cnosole Log */
console.log('\n %c Suka Theme (hexo-theme-suka) | © SukkaW | Verision 1.3.3 %c https://github.com/SukkaW/hexo-theme-suka \n', 'color: #fff; background: #444; padding:5px 0;', 'background: #bbb; padding:5px 0;');
</script>
<!-- vanilla-lazyload -->
<script src="/lib/vanilla-lazyload/lazyload.min.js" async></script>
<!-- Busuanzi -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/bsz.pure.mini.js" async></script>
<!-- Offset -->
<!-- gallery.js -->
<!-- Comment -->
<!-- ### Custom Footer ### -->
<script src="/live2dw/lib/L2Dwidget.min.js?094cbace49a39548bed64abff5988b05"></script><script>L2Dwidget.init({"pluginRootPath":"live2dw/","pluginJsPath":"lib/","pluginModelPath":"assets/","tagMode":false,"debug":false,"model":{"jsonPath":"/live2dw/assets/wanko.model.json"},"log":false});</script></body>
</html>