-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
386 lines (301 loc) · 12.8 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
<html>
<head>
<meta charset="utf-8" />
<meta name="description" content="MOD OS +一个用mid+制作的简易“系统”" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />
<title>MOD OS +</title>
<link rel="shortcut icon" href="https://mod.zheary.com/favicon.ico">
<link rel="stylesheet" href="https://mod.zheary.com/styles/main.css">
<link rel="apple-touch-icon" href="https://mod.zheary.com/favicon.ico">
<meta name="apple-mobile-web-app-title" content="XiaoX 博客">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<!-- iconfont -->
<link href="//at.alicdn.com/t/font_2463772_glcffdg0qau.css" rel="stylesheet" />
<script src="https://cdn.bootcss.com/moment.js/2.23.0/moment.min.js"></script>
<script src="https://cdn.bootcss.com/highlight.js/9.12.0/highlight.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@highlightjs/cdn-assets/highlight.min.js"></script>
<style>
#vcomments {
display: none;
}
</style>
</head>
<body>
<div class="main">
<div class="main-content">
<div class="nav-bar">
<!-- 首页菜单 -->
<div class="menu-container">
<a href="https://mod.zheary.com/index.html" target="_parent" class="home">
<svg class="home-icon" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="24" height="24">
<path fill="#fff" d="M12 14l9-5-9-5-9 5 9 5z"></path>
<path fill="#fff"
d="M12 14l6.16-3.422a12.083 12.083 0 01.665 6.479A11.952 11.952 0 0012 20.055a11.952 11.952 0 00-6.824-2.998 12.078 12.078 0 01.665-6.479L12 14z">
</path>
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M12 14l9-5-9-5-9 5 9 5zm0 0l6.16-3.422a12.083 12.083 0 01.665 6.479A11.952 11.952 0 0012 20.055a11.952 11.952 0 00-6.824-2.998 12.078 12.078 0 01.665-6.479L12 14zm-4 6v-7.5l4-2.222">
</path>
</svg>
<span class="home-title">Home</span>
</a>
<div class="nav-menu">
<a href="/" class="menu">
首页
</a>
<a href="library" class="menu">
文库
</a>
<a href="download" class="menu">
下载
</a>
<a href="https://zheary.com" class="menu">
作者
</a>
<a href="https://mod.zheary.com/atom.xml" target="_blank" class="rss">
<span class="rss-title">RSS</span>
<i class="iconfont icon-rss"></i>
</a>
</div>
</div>
</div>
<div class="site-header">
<!-- 首页头像 -->
<div class="site-avatar">
<a href="https://mod.zheary.com">
<img class="avatar" src="https://mod.zheary.com/images/avatar.png?v=1716096861161" alt="">
</a>
</div>
<!-- 首页标题 -->
<h1 class="site-title">
MOD OS +
</h1>
<!-- 首页描述 -->
<p class="site-description">
MOD OS +一个用mid+制作的简易“系统”
</p>
<!-- 社交软件 -->
<div class="social-container">
</div>
</div>
<div class="post-container">
<div class="article">
<article class="post">
<div class="post-left">
<div class="post-head">
<a class="title" href="https://mod.zheary.com/jian-jie/">
<h2 class="post-title">简介</h2>
</a>
</div>
<div class="post-abstract">
</div>
<div class="post-info">
<svg class="post-date" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"></path>
</svg>
<time class="post-time">
2024-03-09
</time>
<svg fill="none" class="view-icon" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z">
</path>
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z">
</path>
</svg>
<span id="/jian-jie/" class="leancloud_visitors" data-flag-title="简介">
<span class="leancloud-visitors-count"></span><span> 次阅读</span>
</span>
<span>
2 min read
</span>
</div>
</div>
<a href="https://mod.zheary.com/jian-jie/" class="post-feature-image" style="background-image: url('https://bu.dusays.com/2024/03/09/65ec2b9ec4bff.png')">
</a>
</article>
</div>
<div class="article">
<article class="post">
<div class="post-left">
<div class="post-head">
<a class="title" href="https://mod.zheary.com/library/">
<h2 class="post-title">文库</h2>
</a>
</div>
<div class="post-abstract">
</div>
<div class="post-info">
<svg class="post-date" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"></path>
</svg>
<time class="post-time">
2024-03-08
</time>
<svg fill="none" class="view-icon" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z">
</path>
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z">
</path>
</svg>
<span id="/library/" class="leancloud_visitors" data-flag-title="文库">
<span class="leancloud-visitors-count"></span><span> 次阅读</span>
</span>
<span>
3 min read
</span>
</div>
</div>
<a href="https://mod.zheary.com/library/" class="post-feature-image" style="background-image: url('https://bu.dusays.com/2024/03/09/65ec2bccb3a8b.png')">
</a>
</article>
</div>
<div class="article">
<article class="post">
<div class="post-left">
<div class="post-head">
<a class="title" href="https://mod.zheary.com/download/">
<h2 class="post-title">下载</h2>
</a>
</div>
<div class="post-abstract">
</div>
<div class="post-info">
<svg class="post-date" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"></path>
</svg>
<time class="post-time">
2024-03-03
</time>
<svg fill="none" class="view-icon" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z">
</path>
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z">
</path>
</svg>
<span id="/download/" class="leancloud_visitors" data-flag-title="下载">
<span class="leancloud-visitors-count"></span><span> 次阅读</span>
</span>
<span>
3 min read
</span>
</div>
</div>
<a href="https://mod.zheary.com/download/" class="post-feature-image" style="background-image: url('https://bu.dusays.com/2024/03/09/65ec2be0aa379.png')">
</a>
</article>
</div>
<div class="article">
<article class="post">
<div class="post-left">
<div class="post-head">
<a class="title" href="https://mod.zheary.com/support/">
<h2 class="post-title">支持与反馈</h2>
</a>
</div>
<div class="post-abstract">
</div>
<div class="post-info">
<svg class="post-date" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"></path>
</svg>
<time class="post-time">
2024-03-02
</time>
<svg fill="none" class="view-icon" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z">
</path>
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z">
</path>
</svg>
<span id="/support/" class="leancloud_visitors" data-flag-title="支持与反馈">
<span class="leancloud-visitors-count"></span><span> 次阅读</span>
</span>
<span>
1 min read
</span>
</div>
</div>
<a href="https://mod.zheary.com/support/" class="post-feature-image" style="background-image: url('https://bu.dusays.com/2024/03/09/65ec2ccda22c3.png')">
</a>
</article>
</div>
<div class="article">
<article class="post">
<div class="post-left">
<div class="post-head">
<a class="title" href="https://mod.zheary.com/download-sp/">
<h2 class="post-title">特殊版本下载</h2>
</a>
</div>
<div class="post-abstract">
</div>
<div class="post-info">
<svg class="post-date" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"></path>
</svg>
<time class="post-time">
2024-03-01
</time>
<svg fill="none" class="view-icon" viewBox="0 0 24 24" stroke="currentColor" width="16" height="16">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z">
</path>
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z">
</path>
</svg>
<span id="/download-sp/" class="leancloud_visitors" data-flag-title="特殊版本下载">
<span class="leancloud-visitors-count"></span><span> 次阅读</span>
</span>
<span>
1 min read
</span>
</div>
</div>
<a href="https://mod.zheary.com/download-sp/" class="post-feature-image" style="background-image: url('https://bu.dusays.com/2024/03/09/65ec2bf5c7a6f.png')">
</a>
</article>
</div>
</div>
<div class="pagination-container">
</div>
<div class="site-footer">
Powered by <a href="https://zheary.cn/" target="_blank">Zheary</a>
</a>
</div>
<script>
hljs.initHighlightingOnLoad()
</script>
<script src='//cdn.jsdelivr.net/npm/valine/dist/Valine.min.js'></script>
<div id="vcomments"></div>
<script>
new Valine({
el: '#vcomments',
appId: '',
appKey: '',
avatar: '',
placeholder: '',
visitor: true,
// <
// %
// if (site.customConfig.hy) {
// %
// >
// placeholder: '' <
// %
// } % >
});
</script>
</div>
</div>
</body>
</html>