-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
198 lines (112 loc) · 4.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
<!-- title -->
<title>
muou博客
</title>
<!-- keywords,description -->
<!-- favicon -->
<link rel="shortcut icon" href="/blog/favicon.ico">
<!-- search -->
<script>
var searchEngine = "https://www.google.com/search?q=";
if(typeof searchEngine == "undefined" || searchEngine == null || searchEngine == ""){
searchEngine = "https://www.google.com/search?q=";
}
var homeHost = "wujun234.com";
if(typeof homeHost == "undefined" || homeHost == null || homeHost == ""){
homeHost = window.location.host;
}
</script>
<link rel="stylesheet" href="/blog/css/main.css">
<link rel="stylesheet" href="https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/darcula.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/jquery.pjax.min.js"></script>
<script src="/blog/js/main.js"></script>
<script src="https://cdn.jsdelivr.net/npm/leancloud-storage/dist/av-min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/Valine.min.js"></script>
<meta name="generator" content="Hexo 7.3.0"></head>
<body>
<header id="header">
<a id="title" href="/blog/" class="logo">muou博客</a>
<ul id="menu">
<li class="menu-item">
<a href='https://github.com/wujun234/hexo-theme-tree' class="menu-item-link" target="_blank">
Tree
</a>
</li>
<li class="menu-item">
<a href='https://github.com/wujun234/uid-generator-spring-boot-starter' class="menu-item-link" target="_blank">
UidGenerator
</a>
</li>
<li class="menu-item">
<a href='https://github.com/wujun234' class="menu-item-link" target="_blank">
<i class="fa fa-github fa-2x"></i>
</a>
</li>
</ul>
</header>
<div id="sidebar">
<button id="sidebar-toggle" class="toggle" ><i class="fa fa-arrow-right " aria-hidden="true"></i></button>
<div id="site-toc">
<input id="search-input" class="search-input" type="search" placeholder="Press Enter to search">
<div id="tree">
<ul>
<li class="file">
<a href="/blog/2024/11/24/hello-world/">
Hello World
</a>
</li>
<div class="article-toc" style="display: none;"></div>
</ul>
</div>
</div>
</div>
<!-- 引入正文 -->
<div id="content" class="content">
<div id="index">
<div class="index-li">
<a href="/blog/2024/11/24/hello-world/">
<h2 class="index-title">
Hello World
</h2>
<div class="index-brief">
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in
...
</div>
</a>
<div class="article-meta">
<span>2024-11-24</span>
</div>
</div>
<div id="index-paginator">
</div>
</div>
</div>
<div id="footer">
<p>
©<span id="footerYear-start"></span>-<span id="footerYear-end"></span>
<a href="/">muou000</a>
<br>
Theme <a href="//github.com/wujun234/hexo-theme-tree" target="_blank">Tree</a>
by <a href="//wujun.me" target="_blank">Wu Jun</a>
Powered by <a href="//hexo.io" target="_blank">Hexo</a>
</p>
</div>
<script type="text/javascript">
document.getElementById('footerYear-start').innerHTML = new Date().getFullYear() + '';
</script>
<script type="text/javascript">
document.getElementById('footerYear-end').innerHTML = new Date().getFullYear() + '';
</script>
<button id="totop-toggle" class="toggle"><i class="fa fa-angle-double-up" aria-hidden="true"></i></button>
</body>
</html>