-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
330 lines (296 loc) · 19.3 KB
/
Copy pathindex.html
File metadata and controls
330 lines (296 loc) · 19.3 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
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
<!DOCTYPE html>
<html data-color-mode="light" data-dark-theme="dark" data-light-theme="light" lang="zh-CN">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link href='https://mirrors.sustech.edu.cn/cdnjs/ajax/libs/Primer/21.0.7/primer.css' rel='stylesheet' />
<link rel="icon" href="https://avatars.githubusercontent.com/u/13033076?v=4"><script>
let theme = localStorage.getItem("meek_theme") || "light";
document.documentElement.setAttribute("data-color-mode", theme);
</script>
<meta name="description" content="ARIOSTO'S WEBLOG">
<meta property="og:title" content="花月痕">
<meta property="og:description" content="ARIOSTO'S WEBLOG">
<meta property="og:type" content="blog">
<meta property="og:url" content="https://ricoeur.github.io">
<meta property="og:image" content="https://avatars.githubusercontent.com/u/13033076?v=4">
<title>花月痕</title>
</head>
<style>
body{box-sizing: border-box;min-width: 200px;max-width: 900px;margin: 20px auto;padding: 45px;font-size: 16px;font-family: sans-serif;line-height: 1.25;}
#header{display:flex;padding-bottom:8px;border-bottom: 1px solid var(--borderColor-muted, var(--color-border-muted));margin-bottom: 16px;}
#footer {margin-top:64px; text-align: center;font-size: small;}
</style>
<style>
.avatar {transition: 0.8s;width:64px;height:64px;object-fit: cover;}
.avatar:hover{transform: scale(1.15) rotate(360deg);}
.title-left a{color:inherit;text-decoration:none;vertical-align: bottom;font-size:40px;font-weight: bold;font-family:Monaco;margin-left:8px;}
.title-right{display:flex;margin:auto 0 0 auto;}
.title-right button{margin-right:8px;padding:16px;}
.title-right .circle{padding: 14px 16px;}
.SideNav{min-width: 360px;}
.SideNav-icon{margin-right: 16px}
.SideNav-item .Label{color: #fff;margin-left:4px;}
.d-flex{min-width:0;}
.listTitle{overflow:hidden;white-space:nowrap;text-overflow: ellipsis;max-width: 100%;}
.listLabels{white-space:nowrap;display:flex;}
.listLabels object{max-height:16px;max-width:24px;}
@media (max-width: 600px) {
body {padding: 8px;}
.avatar {width:40px;height:40px;}
.blogTitle{display:none;}
#buttonRSS{display:none;}
.LabelTime{display:none;}
}
</style>
<body>
<div id="header">
<div class="title-left">
<img src="https://avatars.githubusercontent.com/u/13033076?v=4" class="avatar circle" id="avatarImg" alt="avatar"><a class="blogTitle">花月痕</a></div>
<div class="title-right">
<a href="https://ricoeur.github.io/tag.html" id="buttonSearch" class="btn btn-invisible circle" title="搜索">
<svg class="octicon" width="16" height="16" >
<path id="pathSearch" fill-rule="evenodd"></path>
</svg>
</a>
<a href="https://ricoeur.github.io/link.html" class="btn btn-invisible circle" title="link">
<svg class="octicon" width="16" height="16" >
<path id="link" fill-rule="evenodd"></path>
</svg>
</a><a href="https://ricoeur.github.io/about.html" class="btn btn-invisible circle" title="about">
<svg class="octicon" width="16" height="16" >
<path id="about" fill-rule="evenodd"></path>
</svg>
</a>
<a href="https://ricoeur.github.io/rss.xml" target="_blank" id="buttonRSS" class="btn btn-invisible circle" title="RSS">
<svg class="octicon" width="16" height="16" >
<path id="pathRSS" fill-rule="evenodd"></path>
</svg>
</a>
<a class="btn btn-invisible circle" onclick="modeSwitch()" title="切换主题">
<svg class="octicon" width="16" height="16" >
<path id="themeSwitch" fill-rule="evenodd"></path>
</svg>
</a>
</div>
</div>
<div id="content">
<div style="margin-bottom: 16px;">ARIOSTO'S WEBLOG</div>
<nav class="SideNav border">
<a class="SideNav-item d-flex flex-items-center flex-justify-between" href="post/47.html">
<div class="d-flex flex-items-center">
<svg class="SideNav-icon octicon" style="width:16px;height:16px"><path class="svgTop0" d=""></path>
</svg>
<span class="listTitle">君子抱孙不抱子</span>
</div>
<div class="listLabels">
<span class="Label LabelName" style="background-color:#0E8A16"><object><a style="color:#fff" href="tag.html#随感录">随感录</a></object></span>
<span class="Label LabelTime" style="background-color:#37474f">2026-01-19</span>
</div>
</a><a class="SideNav-item d-flex flex-items-center flex-justify-between" href="post/46.html">
<div class="d-flex flex-items-center">
<svg class="SideNav-icon octicon" style="width:16px;height:16px"><path class="svgTop0" d=""></path>
</svg>
<span class="listTitle">遗忘塑造记忆</span>
</div>
<div class="listLabels">
<span class="Label LabelName" style="background-color:#1D76DB"><object><a style="color:#fff" href="tag.html#夜读抄">夜读抄</a></object></span>
<span class="Label LabelTime" style="background-color:#37474f">2026-01-11</span>
</div>
</a><a class="SideNav-item d-flex flex-items-center flex-justify-between" href="post/45.html">
<div class="d-flex flex-items-center">
<svg class="SideNav-icon octicon" style="width:16px;height:16px"><path class="svgTop0" d=""></path>
</svg>
<span class="listTitle">想靠近文本所蕴含的精神</span>
</div>
<div class="listLabels">
<span class="Label LabelName" style="background-color:#1D76DB"><object><a style="color:#fff" href="tag.html#夜读抄">夜读抄</a></object></span>
<span class="Label LabelTime" style="background-color:#455a64">2025-07-02</span>
</div>
</a><a class="SideNav-item d-flex flex-items-center flex-justify-between" href="post/44.html">
<div class="d-flex flex-items-center">
<svg class="SideNav-icon octicon" style="width:16px;height:16px"><path class="svgTop0" d=""></path>
</svg>
<span class="listTitle">一杯水</span>
</div>
<div class="listLabels">
<span class="Label LabelName" style="background-color:#1D76DB"><object><a style="color:#fff" href="tag.html#夜读抄">夜读抄</a></object></span>
<span class="Label LabelTime" style="background-color:#455a64">2025-06-01</span>
</div>
</a><a class="SideNav-item d-flex flex-items-center flex-justify-between" href="post/43.html">
<div class="d-flex flex-items-center">
<svg class="SideNav-icon octicon" style="width:16px;height:16px"><path class="svgTop0" d=""></path>
</svg>
<span class="listTitle">proposal</span>
</div>
<div class="listLabels">
<span class="Label LabelName" style="background-color:#1D76DB"><object><a style="color:#fff" href="tag.html#夜读抄">夜读抄</a></object></span>
<span class="Label LabelTime" style="background-color:#455a64">2025-05-28</span>
</div>
</a><a class="SideNav-item d-flex flex-items-center flex-justify-between" href="post/42.html">
<div class="d-flex flex-items-center">
<svg class="SideNav-icon octicon" style="width:16px;height:16px"><path class="svgTop0" d=""></path>
</svg>
<span class="listTitle">记事簿</span>
</div>
<div class="listLabels">
<span class="Label LabelName" style="background-color:#1D76DB"><object><a style="color:#fff" href="tag.html#夜读抄">夜读抄</a></object></span>
<span class="Label LabelTime" style="background-color:#455a64">2025-05-27</span>
</div>
</a><a class="SideNav-item d-flex flex-items-center flex-justify-between" href="post/41.html">
<div class="d-flex flex-items-center">
<svg class="SideNav-icon octicon" style="width:16px;height:16px"><path class="svgTop0" d=""></path>
</svg>
<span class="listTitle">倦怠</span>
</div>
<div class="listLabels">
<span class="Label LabelName" style="background-color:#0E8A16"><object><a style="color:#fff" href="tag.html#随感录">随感录</a></object></span>
<span class="Label LabelTime" style="background-color:#455a64">2025-05-26</span>
</div>
</a><a class="SideNav-item d-flex flex-items-center flex-justify-between" href="post/40.html">
<div class="d-flex flex-items-center">
<svg class="SideNav-icon octicon" style="width:16px;height:16px"><path class="svgTop0" d=""></path>
</svg>
<span class="listTitle">无限的占有并不会让有限的人生变得更好</span>
</div>
<div class="listLabels">
<span class="Label LabelName" style="background-color:#0E8A16"><object><a style="color:#fff" href="tag.html#随感录">随感录</a></object></span>
<span class="Label LabelTime" style="background-color:#455a64">2025-04-14</span>
</div>
</a><a class="SideNav-item d-flex flex-items-center flex-justify-between" href="post/39.html">
<div class="d-flex flex-items-center">
<svg class="SideNav-icon octicon" style="width:16px;height:16px"><path class="svgTop0" d=""></path>
</svg>
<span class="listTitle">不读能使人麤,多读能使人蠢</span>
</div>
<div class="listLabels">
<span class="Label LabelName" style="background-color:#1D76DB"><object><a style="color:#fff" href="tag.html#夜读抄">夜读抄</a></object></span>
<span class="Label LabelTime" style="background-color:#455a64">2025-03-10</span>
</div>
</a><a class="SideNav-item d-flex flex-items-center flex-justify-between" href="post/38.html">
<div class="d-flex flex-items-center">
<svg class="SideNav-icon octicon" style="width:16px;height:16px"><path class="svgTop0" d=""></path>
</svg>
<span class="listTitle">常春藤名校是如何摧毁美国的</span>
</div>
<div class="listLabels">
<span class="Label LabelName" style="background-color:#1D76DB"><object><a style="color:#fff" href="tag.html#夜读抄">夜读抄</a></object></span>
<span class="Label LabelTime" style="background-color:#455a64">2025-02-20</span>
</div>
</a><a class="SideNav-item d-flex flex-items-center flex-justify-between" href="post/37.html">
<div class="d-flex flex-items-center">
<svg class="SideNav-icon octicon" style="width:16px;height:16px"><path class="svgTop0" d=""></path>
</svg>
<span class="listTitle">正直勇敢有阅读量</span>
</div>
<div class="listLabels">
<span class="Label LabelName" style="background-color:#0E8A16"><object><a style="color:#fff" href="tag.html#随感录">随感录</a></object></span>
<span class="Label LabelTime" style="background-color:#455a64">2025-02-10</span>
</div>
</a><a class="SideNav-item d-flex flex-items-center flex-justify-between" href="post/36.html">
<div class="d-flex flex-items-center">
<svg class="SideNav-icon octicon" style="width:16px;height:16px"><path class="svgTop0" d=""></path>
</svg>
<span class="listTitle">新玩具shion</span>
</div>
<div class="listLabels">
<span class="Label LabelName" style="background-color:#0E8A16"><object><a style="color:#fff" href="tag.html#随感录">随感录</a></object></span>
<span class="Label LabelTime" style="background-color:#455a64">2025-01-30</span>
</div>
</a><a class="SideNav-item d-flex flex-items-center flex-justify-between" href="post/35.html">
<div class="d-flex flex-items-center">
<svg class="SideNav-icon octicon" style="width:16px;height:16px"><path class="svgTop0" d=""></path>
</svg>
<span class="listTitle">跳出已有的思想窠臼</span>
</div>
<div class="listLabels">
<span class="Label LabelName" style="background-color:#1D76DB"><object><a style="color:#fff" href="tag.html#夜读抄">夜读抄</a></object></span>
<span class="Label LabelTime" style="background-color:#546e7a">2024-12-27</span>
</div>
</a><a class="SideNav-item d-flex flex-items-center flex-justify-between" href="post/34.html">
<div class="d-flex flex-items-center">
<svg class="SideNav-icon octicon" style="width:16px;height:16px"><path class="svgTop0" d=""></path>
</svg>
<span class="listTitle">智者就是靠一种似是而非的智慧赚钱的人</span>
</div>
<div class="listLabels">
<span class="Label LabelName" style="background-color:#1D76DB"><object><a style="color:#fff" href="tag.html#夜读抄">夜读抄</a></object></span>
<span class="Label LabelTime" style="background-color:#546e7a">2024-12-15</span>
</div>
</a><a class="SideNav-item d-flex flex-items-center flex-justify-between" href="post/33.html">
<div class="d-flex flex-items-center">
<svg class="SideNav-icon octicon" style="width:16px;height:16px"><path class="svgTop0" d=""></path>
</svg>
<span class="listTitle">循性而动</span>
</div>
<div class="listLabels">
<span class="Label LabelName" style="background-color:#1D76DB"><object><a style="color:#fff" href="tag.html#夜读抄">夜读抄</a></object></span>
<span class="Label LabelTime" style="background-color:#546e7a">2024-12-08</span>
</div>
</a>
</nav><nav class="paginate-container" aria-label="Pagination">
<div class="pagination"><span class="previous_page" aria-disabled="true">上一页</span>
<a class="next_page" rel="next" href="https://ricoeur.github.io/page2.html" aria-label="Next Page">下一页</a></div>
</nav>
</div>
<div id="footer"><div id="footer1">Copyright © <span id="copyrightYear"></span> <a href="https://ricoeur.github.io">花月痕</a></div>
<div id="footer2">
<span id="runday"></span><span>Powered by <a href="https://meekdai.com/Gmeek.html" target="_blank">Gmeek</a></span>
</div>
<script>
var now=new Date();
document.getElementById("copyrightYear").innerHTML=now.getFullYear();
if("05/27/2024"!=""){
var startSite=new Date("05/27/2024");
var diff=now.getTime()-startSite.getTime();
var diffDay=Math.floor(diff/(1000*60*60*24));
document.getElementById("runday").innerHTML="网站运行 "+diffDay+" 天"+" • ";
}
</script></div>
</body>
<script>
var IconList={'sun': 'M8 10.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM8 12a4 4 0 100-8 4 4 0 000 8zM8 0a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0V.75A.75.75 0 018 0zm0 13a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5A.75.75 0 018 13zM2.343 2.343a.75.75 0 011.061 0l1.06 1.061a.75.75 0 01-1.06 1.06l-1.06-1.06a.75.75 0 010-1.06zm9.193 9.193a.75.75 0 011.06 0l1.061 1.06a.75.75 0 01-1.06 1.061l-1.061-1.06a.75.75 0 010-1.061zM16 8a.75.75 0 01-.75.75h-1.5a.75.75 0 010-1.5h1.5A.75.75 0 0116 8zM3 8a.75.75 0 01-.75.75H.75a.75.75 0 010-1.5h1.5A.75.75 0 013 8zm10.657-5.657a.75.75 0 010 1.061l-1.061 1.06a.75.75 0 11-1.06-1.06l1.06-1.06a.75.75 0 011.06 0zm-9.193 9.193a.75.75 0 010 1.06l-1.06 1.061a.75.75 0 11-1.061-1.06l1.06-1.061a.75.75 0 011.061 0z', 'moon': 'M9.598 1.591a.75.75 0 01.785-.175 7 7 0 11-8.967 8.967.75.75 0 01.961-.96 5.5 5.5 0 007.046-7.046.75.75 0 01.175-.786zm1.616 1.945a7 7 0 01-7.678 7.678 5.5 5.5 0 107.678-7.678z', 'sync': 'M1.705 8.005a.75.75 0 0 1 .834.656 5.5 5.5 0 0 0 9.592 2.97l-1.204-1.204a.25.25 0 0 1 .177-.427h3.646a.25.25 0 0 1 .25.25v3.646a.25.25 0 0 1-.427.177l-1.38-1.38A7.002 7.002 0 0 1 1.05 8.84a.75.75 0 0 1 .656-.834ZM8 2.5a5.487 5.487 0 0 0-4.131 1.869l1.204 1.204A.25.25 0 0 1 4.896 6H1.25A.25.25 0 0 1 1 5.75V2.104a.25.25 0 0 1 .427-.177l1.38 1.38A7.002 7.002 0 0 1 14.95 7.16a.75.75 0 0 1-1.49.178A5.5 5.5 0 0 0 8 2.5Z', 'search': 'M15.7 13.3l-3.81-3.83A5.93 5.93 0 0 0 13 6c0-3.31-2.69-6-6-6S1 2.69 1 6s2.69 6 6 6c1.3 0 2.48-.41 3.47-1.11l3.83 3.81c.19.2.45.3.7.3.25 0 .52-.09.7-.3a.996.996 0 0 0 0-1.41v.01zM7 10.7c-2.59 0-4.7-2.11-4.7-4.7 0-2.59 2.11-4.7 4.7-4.7 2.59 0 4.7 2.11 4.7 4.7 0 2.59-2.11 4.7-4.7 4.7z', 'rss': 'M2.002 2.725a.75.75 0 0 1 .797-.699C8.79 2.42 13.58 7.21 13.974 13.201a.75.75 0 0 1-1.497.098 10.502 10.502 0 0 0-9.776-9.776.747.747 0 0 1-.7-.798ZM2.84 7.05h-.002a7.002 7.002 0 0 1 6.113 6.111.75.75 0 0 1-1.49.178 5.503 5.503 0 0 0-4.8-4.8.75.75 0 0 1 .179-1.489ZM2 13a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z', 'upload': 'M2.75 14A1.75 1.75 0 0 1 1 12.25v-2.5a.75.75 0 0 1 1.5 0v2.5c0 .138.112.25.25.25h10.5a.25.25 0 0 0 .25-.25v-2.5a.75.75 0 0 1 1.5 0v2.5A1.75 1.75 0 0 1 13.25 14Z M11.78 4.72a.749.749 0 1 1-1.06 1.06L8.75 3.811V9.5a.75.75 0 0 1-1.5 0V3.811L5.28 5.78a.749.749 0 1 1-1.06-1.06l3.25-3.25a.749.749 0 0 1 1.06 0l3.25 3.25Z', 'post': 'M0 3.75C0 2.784.784 2 1.75 2h12.5c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 14.25 14H1.75A1.75 1.75 0 0 1 0 12.25Zm1.75-.25a.25.25 0 0 0-.25.25v8.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25v-8.5a.25.25 0 0 0-.25-.25ZM3.5 6.25a.75.75 0 0 1 .75-.75h7a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1-.75-.75Zm.75 2.25h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1 0-1.5Z', 'about': 'M10.561 8.073a6.005 6.005 0 0 1 3.432 5.142.75.75 0 1 1-1.498.07 4.5 4.5 0 0 0-8.99 0 .75.75 0 0 1-1.498-.07 6.004 6.004 0 0 1 3.431-5.142 3.999 3.999 0 1 1 5.123 0ZM10.5 5a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0Z', 'link': 'm7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z'};
var utterancesLoad=0;
let themeSettings={
"dark": ["dark","moon","#00f0ff","dark-blue"],
"light": ["light","sun","#ff5000","github-light"],
"auto": ["auto","sync","","preferred-color-scheme"]
};
function changeTheme(mode, icon, color, utheme){
document.documentElement.setAttribute("data-color-mode",mode);
document.getElementById("themeSwitch").setAttribute("d",value=IconList[icon]);
document.getElementById("themeSwitch").parentNode.style.color=color;
if(utterancesLoad==1){utterancesTheme(utheme);}
}
function modeSwitch(){
let currentMode=document.documentElement.getAttribute('data-color-mode');
let newMode = currentMode === "light" ? "dark" : currentMode === "dark" ? "auto" : "light";
localStorage.setItem("meek_theme", newMode);
if(themeSettings[newMode]){
changeTheme(...themeSettings[newMode]);
}
}
function utterancesTheme(theme){
const message={type:'set-theme',theme: theme};
const iframe=document.getElementsByClassName('utterances-frame')[0];
iframe.contentWindow.postMessage(message,'https://utteranc.es');
}
if(themeSettings[theme]){changeTheme(...themeSettings[theme]);}
console.log("\n %c Gmeek last https://github.com/Meekdai/Gmeek \n","padding:5px 0;background:#02d81d;color:#fff");
</script>
<script>
document.getElementById("pathSearch").setAttribute("d",IconList["search"]);
document.getElementById("pathRSS").setAttribute("d",IconList["rss"]);
iconTOP=document.getElementsByClassName("svgTop1");
iconPost=document.getElementsByClassName("svgTop0");
for(var i=0;i<iconTOP.length;i++){
iconTOP[i].setAttribute("d",IconList["upload"]);
iconTOP[i].parentNode.style.color="red";
}
for(var i=0;i<iconPost.length;i++){
iconPost[i].setAttribute("d",IconList["post"]);
}
document.getElementById("link").setAttribute("d",value=IconList["link"]);document.getElementById("about").setAttribute("d",value=IconList["about"]);
</script>
</html>