-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
705 lines (390 loc) · 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
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
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="keywords" content="Hexo Theme Keep">
<meta name="description" content="只想搞点薯条">
<meta name="author" content="sicko">
<title>
sicko's blog
</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="shortcut icon" href="https://raw.githubusercontent.com/googidaddy/img/master/2023/mcdonalds.svg">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hexo-theme-keep/4.2.2/font/css/fontawesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hexo-theme-keep/4.2.2/font/css/regular.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hexo-theme-keep/4.2.2/font/css/solid.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hexo-theme-keep/4.2.2/font/css/brands.min.css">
<script class="keep-theme-configurations">
const KEEP = window.KEEP || {}
KEEP.hexo_config = {"hostname":"googidaddy-github-io.vercel.app","root":"/","language":"zh-CN","path":"search.xml"}
KEEP.theme_config = {"base_info":{"primary_color":"#0066cc","title":"sicko's blog","author":"sicko","avatar":"https://raw.githubusercontent.com/googidaddy/img/master/2023/mcdonalds.svg","logo":"https://raw.githubusercontent.com/googidaddy/img/master/2023/mcdonalds.svg","favicon":"https://raw.githubusercontent.com/googidaddy/img/master/2023/mcdonalds.svg"},"menu":{"home":"/","archives":"/archives","tags":"/tags","categories":"/categories"},"first_screen":{"enable":true,"background_img":"https://raw.githubusercontent.com/googidaddy/img/master/2023/bg.jpg","background_img_dark":"https://raw.githubusercontent.com/googidaddy/img/master/2023/bg.jpg","description":null,"hitokoto":true},"social_contact":{"enable":true,"links":{"github":"https://github.com/googidaddy","weixin":null,"qq":null,"weibo":null,"zhihu":null,"twitter":null,"x":"https://x.com/sicko1111_","facebook":null,"email":"sickoqaq@gmail.com"}},"scroll":{"progress_bar":false,"percent":true,"hide_header":true},"home":{"announcement":null,"category":true,"tag":true,"post_datetime":"updated"},"post":{"author_badge":{"enable":true,"level_badge":true,"custom_badge":["One","Two","Three"]},"word_count":{"wordcount":true,"min2read":true},"datetime_format":"YYYY-MM-DD HH:mm:ss","copyright_info":true,"share":true,"reward":{"enable":false,"img_link":null,"text":null}},"code_block":{"tools":{"enable":true,"style":"default"},"highlight_theme":"default"},"toc":{"enable":true,"number":false,"expand_all":true,"init_open":true,"layout":"right"},"website_count":{"busuanzi_count":{"enable":true,"site_uv":true,"site_pv":true,"page_pv":true}},"local_search":{"enable":true,"preload":true},"comment":{"enable":false,"use":"valine","valine":{"appid":null,"appkey":null,"server_urls":null,"placeholder":null},"gitalk":{"github_id":null,"github_admins":null,"repository":null,"client_id":null,"client_secret":null,"proxy":null},"twikoo":{"env_id":null,"region":null,"version":"1.6.36"},"waline":{"server_url":null,"reaction":false,"version":"3.2.1"},"giscus":{"repo":null,"repo_id":null,"category":"Announcements","category_id":null,"reactions_enabled":false},"artalk":{"server":null},"disqus":{"shortname":null}},"rss":{"enable":true},"lazyload":{"enable":true},"cdn":{"enable":true,"provider":"cdnjs"},"pjax":{"enable":true},"footer":{"since":2024,"word_count":false,"site_deploy":{"enable":true,"provider":"github","url":"https://ouvg.top"},"record":{"enable":false,"list":[{"code":null,"link":null}]}},"inject":{"enable":false,"css":[null],"js":[null]},"root":"","source_data":{},"version":"4.2.2"}
KEEP.language_ago = {"second":"%s 秒前","minute":"%s 分钟前","hour":"%s 小时前","day":"%s 天前","week":"%s 周前","month":"%s 个月前","year":"%s 年前"}
KEEP.language_code_block = {"copy":"复制代码","copied":"已复制","fold":"折叠代码块","folded":"已折叠"}
KEEP.language_copy_copyright = {"copy":"复制版权信息","copied":"已复制","title":"原文标题","author":"原文作者","link":"原文链接"}
</script>
<meta name="generator" content="Hexo 7.3.0"><link rel="alternate" href="/atom.xml" title="asdasd" type="application/atom+xml">
</head>
<body>
<div class="progress-bar-container">
<span class="pjax-progress-bar"></span>
<i class="pjax-progress-icon fas fa-circle-notch fa-spin"></i>
</div>
<main class="page-container border-box">
<!-- home first screen -->
<div class="first-screen-container border-box flex-center fade-in-down-animation">
<div class="first-screen-content border-box">
<div class="top-placeholder border-box"></div>
<div class="middle-placeholder border-box">
<div class="description border-box">
<div class="desc-item border-box"><span class="desc hitokoto"></span><span class="cursor">|</span></div>
</div>
<script async data-pjax
src="https://v1.hitokoto.cn/?encode=js"
>
</script>
</div>
<div class="bottom-placeholder border-box">
<div class="sc-icon-list border-box">
<!-- fontawesome icons -->
<div class="tooltip sc-icon-item "
data-tooltip-content="GitHub"
>
<a target="_blank" href="https://github.com/googidaddy">
<i class="fab fa-github"></i>
</a>
</div>
<div class="tooltip sc-icon-item "
data-tooltip-content="X"
>
<a target="_blank" href="https://x.com/sicko1111_">
<i class="fab fa-x-twitter"></i>
</a>
</div>
<div class="tooltip sc-icon-item "
data-tooltip-content="Email"
>
<a href="mailto:sickoqaq@gmail.com">
<i class="fas fa-envelope"></i>
</a>
</div>
<!-- custom svg icons -->
</div>
</div>
</div>
</div>
<!-- page content -->
<div class="page-main-content border-box is-home">
<div class="page-main-content-top">
<header class="header-wrapper transparent-1">
<div class="border-box header-content has-first-screen">
<div class="left flex-start border-box">
<a class="logo-image border-box" href="/">
<img src="https://raw.githubusercontent.com/googidaddy/img/master/2023/mcdonalds.svg">
</a>
<a class="site-name border-box" href="/">
sicko's blog
</a>
</div>
<div class="right border-box">
<div class="pc border-box">
<ul class="menu-list border-box">
<li class="menu-item flex-start border-box active">
<a class="menu-text-color border-box" href="/">
首页
</a>
</li>
<li class="menu-item flex-start border-box">
<a class="menu-text-color border-box" href="/archives">
归档
</a>
</li>
<li class="menu-item flex-start border-box">
<a class="menu-text-color border-box" href="/tags">
标签
</a>
</li>
<li class="menu-item flex-start border-box">
<a class="menu-text-color border-box" href="/categories">
分类
</a>
</li>
<li class="menu-item search search-popup-trigger">
<i class="menu-text-color fas search fa-search"></i>
</li>
</ul>
</div>
<div class="mobile border-box flex-start">
<div class="icon-item search search-popup-trigger"><i class="fas fa-search"></i></div>
<div class="icon-item menu-bar">
<div class="menu-bar-middle"></div>
</div>
</div>
</div>
</div>
<div class="header-drawer">
<ul class="drawer-menu-list border-box">
<li class="drawer-menu-item border-box not-sub-menu active">
<label class="drawer-menu-label border-box">
<a class="drawer-menu-text-color left-side flex-start border-box" href="/">
首页
</a>
</label>
</li>
<li class="drawer-menu-item border-box not-sub-menu">
<label class="drawer-menu-label border-box">
<a class="drawer-menu-text-color left-side flex-start border-box" href="/archives">
归档
</a>
</label>
</li>
<li class="drawer-menu-item border-box not-sub-menu">
<label class="drawer-menu-label border-box">
<a class="drawer-menu-text-color left-side flex-start border-box" href="/tags">
标签
</a>
</label>
</li>
<li class="drawer-menu-item border-box not-sub-menu">
<label class="drawer-menu-label border-box">
<a class="drawer-menu-text-color left-side flex-start border-box" href="/categories">
分类
</a>
</label>
</li>
</ul>
</div>
<div class="window-mask"></div>
</header>
</div>
<div class="page-main-content-middle border-box">
<div class="main-content border-box">
<div class="home-content-container fade-in-down-animation">
<ul class="home-post-list border-box">
<li class="home-post-item">
<div class="home-post-item-bottom border-box">
<h3 class="home-post-title border-box">
<a href="/2024/10/31/japan-Osaka/">
十月日本大阪旅游
</a>
</h3>
<div class="home-post-content keep-markdown-body">
由于hexo的admonition插件并不如意,有些地方观感不好!
出行-预备在八九月份里,尝试过抢香港航空、香港快运0元机票(内含几百的税费) 然而全部失败告终
香港飞日本的好处是直飞,但是价格我认为并不那么美丽,廉航没托运行李额度,没餐食,综合对...
</div>
<div class="post-meta-info-container border-box home">
<div class="post-meta-info border-box">
<span class="meta-info-item border-box">
<i class="icon fa-solid fa-history"></i> <span class="home-post-history"
data-updated="Sun Nov 03 2024 01:37:40 GMT+0800"
>2024-11-03 01:37:40</span>
</span>
<span class="meta-info-item post-category border-box"><i class="icon fas fa-folder"></i>
<ul class="post-category-ul">
<li class="category-item"><a href="/categories/%E6%97%85%E8%A1%8C/">旅行</a></li>
</ul>
</span>
<span class="post-tag meta-info-item border-box">
<ul class="post-tag-ul">
<li class="tag-item"><span class="tag-separator"><i class="icon fas fa-hashtag"></i></span><a href="/tags/Osaka/">Osaka</a></li>
<li class="tag-item"><span class="tag-separator"><i class="icon fas fa-hashtag"></i></span><a href="/tags/%E6%97%A5%E6%9C%AC/">日本</a></li>
<li class="tag-item"><span class="tag-separator"><i class="icon fas fa-hashtag"></i></span><a href="/tags/%E5%A4%A7%E9%98%AA/">大阪</a></li>
</ul>
</span>
</div>
<a class="home-read-more" href="/2024/10/31/japan-Osaka/">阅读全文 <i class="icon fas fa-angle-right"></i></a>
</div>
</div>
</li>
<li class="home-post-item">
<div class="home-post-item-bottom border-box">
<h3 class="home-post-title border-box">
<a href="/2024/09/09/Serv00-Nezha/">
用Serv00搭建哪吒面板
</a>
</h3>
<div class="home-post-content keep-markdown-body">
需要条件
有自己的域名
能连接serv00 ssh
github 创建 OAuth应用
跟着教程复制粘贴,成功率99
github 创建OAuth应用参考哪吒官方github获取client ID和client secret教程
Serv00 配置...
</div>
<div class="post-meta-info-container border-box home">
<div class="post-meta-info border-box">
<span class="meta-info-item border-box">
<i class="icon fa-solid fa-history"></i> <span class="home-post-history"
data-updated="Mon Sep 09 2024 00:48:08 GMT+0800"
>2024-09-09 00:48:08</span>
</span>
<span class="meta-info-item post-category border-box"><i class="icon fas fa-folder"></i>
<ul class="post-category-ul">
<li class="category-item"><a href="/categories/vps/">vps</a></li>
</ul>
</span>
<span class="post-tag meta-info-item border-box">
<ul class="post-tag-ul">
<li class="tag-item"><span class="tag-separator"><i class="icon fas fa-hashtag"></i></span><a href="/tags/Serv00/">Serv00</a></li>
<li class="tag-item"><span class="tag-separator"><i class="icon fas fa-hashtag"></i></span><a href="/tags/%E5%93%AA%E5%90%92/">哪吒</a></li>
<li class="tag-item"><span class="tag-separator"><i class="icon fas fa-hashtag"></i></span><a href="/tags/nezha/">nezha</a></li>
</ul>
</span>
</div>
<a class="home-read-more" href="/2024/09/09/Serv00-Nezha/">阅读全文 <i class="icon fas fa-angle-right"></i></a>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="page-main-content-bottom border-box">
<footer class="footer border-box">
<div class="copyright-info info-item">
© <span>2024</span> - 2024
<i class="fas fa-heart icon-animate"></i> <a href="/">sicko</a>
</div>
<div class="theme-info info-item">
由 <a target="_blank" href="https://hexo.io">Hexo</a> 驱动 & 主题 <a class="keep-version" target="_blank" href="https://github.com/XPoet/hexo-theme-keep">Keep</a>
</div>
<div class="deploy-info info-item">
<a target="_blank" rel="nofollow" href="https://ouvg.top">
本站由 <span class="tooltip" data-tooltip-content="GitHub Pages"><img src="/images/brands/github.png"></span> 提供部署服务
</a>
</div>
<div class="count-info info-item">
<span class="count-item border-box uv">
<span class="item-type border-box">访客数</span>
<span class="item-value border-box uv" id="busuanzi_value_site_uv"></span>
</span>
<span class="count-item border-box pv">
<span class="item-type border-box">访问量</span>
<span class="item-value border-box pv" id="busuanzi_value_site_pv"></span>
</span>
</div>
</footer>
</div>
</div>
<!-- post tools -->
<!-- side tools -->
<div class="side-tools">
<div class="side-tools-container border-box side-tools-show-handle">
<ul class="side-tools-list side-tools-show-handle border-box">
<li class="tools-item tool-font-adjust-plus flex-center">
<i class="fas fa-search-plus"></i>
</li>
<li class="tools-item tool-font-adjust-minus flex-center">
<i class="fas fa-search-minus"></i>
</li>
<!-- toggle mode -->
<li class="tools-item tool-toggle-theme-mode flex-center">
<i class="fas fa-moon"></i>
</li>
<!-- rss -->
<li class="tools-item rss flex-center">
<a class="flex-center"
href="/atom.xml"
target="_blank"
>
<i class="fas fa-rss"></i>
</a>
</li>
<!-- to bottom -->
<li class="tools-item tool-scroll-to-bottom flex-center">
<i class="fas fa-arrow-down"></i>
</li>
</ul>
<ul class="exposed-tools-list border-box">
<li class="tools-item tool-toggle-show flex-center">
<i class="fas fa-cog fa-spin"></i>
</li>
<li class="tools-item tool-scroll-to-top flex-center show-arrow">
<i class="arrow fas fa-arrow-up"></i>
<span class="percent"></span>
</li>
</ul>
</div>
</div>
<!-- image mask -->
<div class="zoom-in-image-mask">
<img class="zoom-in-image">
</div>
<!-- local search -->
<div class="search-pop-overlay">
<div class="popup search-popup">
<div class="search-header">
<span class="search-input-field-pre">
<i class="fas fa-keyboard"></i>
</span>
<div class="search-input-container">
<input autocomplete="off"
autocorrect="off"
autocapitalize="off"
placeholder="搜索..."
spellcheck="false"
type="search"
class="search-input"
>
</div>
<span class="close-popup-btn">
<i class="fas fa-times"></i>
</span>
</div>
<div id="search-result">
<div id="no-result">
<i class="fas fa-spinner fa-pulse fa-5x fa-fw"></i>
</div>
</div>
</div>
</div>
<!-- tablet toc -->
</main>
<!-- common js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/hexo-theme-keep/4.2.2/js/utils.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/hexo-theme-keep/4.2.2/js/header-shrink.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/hexo-theme-keep/4.2.2/js/back2top.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/hexo-theme-keep/4.2.2/js/toggle-theme.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/hexo-theme-keep/4.2.2/js/code-block.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/hexo-theme-keep/4.2.2/js/main.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/hexo-theme-keep/4.2.2/js/libs/anime.min.js"></script>
<!-- local search -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/hexo-theme-keep/4.2.2/js/local-search.min.js"></script>
<!-- lazyload -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/hexo-theme-keep/4.2.2/js/lazyload.min.js"></script>
<div class="pjax">
<!-- home page -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/hexo-theme-keep/4.2.2/js/page/home-page.min.js"></script>
<!-- post page -->
<!-- categories page -->
<!-- links page -->
<!-- photos page -->
<!-- tools page -->
</div>
<!-- mermaid -->
<!-- pjax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/hexo-theme-keep/4.2.2/js/libs/pjax.min.js"></script>
<script>
window.addEventListener('DOMContentLoaded', () => {
window.pjax = new Pjax({
selectors: [
'head title',
'.page-container',
'.pjax'
],
history: true,
debug: false,
cacheBust: false,
timeout: 0,
analytics: false,
currentUrlFullReload: false,
scrollRestoration: false,
});
document.addEventListener('pjax:send', () => {
KEEP.utils.pjaxProgressBarStart()
});
document.addEventListener('pjax:complete', () => {
KEEP.utils.pjaxProgressBarEnd()
window.pjax.executeScripts(document.querySelectorAll('script[data-pjax], .pjax script'))
KEEP.initExecute()
});
});
</script>
</body>
</html>