-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
509 lines (501 loc) · 14.5 KB
/
Copy pathindex.html
File metadata and controls
509 lines (501 loc) · 14.5 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
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<!-- Copyright (c) 2023 dsy4567, view license at <https://github.com/dsy4567/dsy4567.github.io/blob/main/LICENSE.md> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
http-equiv="Content-Security-Policy"
content="
upgrade-insecure-requests;
script-src 'self' *.googletagmanager.com www.recaptcha.net www.gstatic.cn www.gstatic.com static.cloudflareinsights.com;
object-src 'self' none
"
/>
<meta name="description" content="站长很懒, 不想写网站介绍" />
<meta id="主题色" name="theme-color" content="#ddd" />
<meta id="robots" name="robots" content="all" />
<meta name="template" content="https://github.com/dsy4567/dsy4567.github.io" />
<title>首页 | dsy4567 的小站</title>
<base target="_self" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link
rel="alternate"
type="application/atom+xml"
title="博客 | dsy4567 的小站"
href="https://dsy4567.github.io/rss.xml"
/>
<link rel="dns-prefetch" href="https://fonts.googleapis.cn" />
<link rel="dns-prefetch" href="https://www.googletagmanager.com" />
<link rel="dns-prefetch" href="https://fonts.gstatic.cn" />
<link rel="modulepreload" href="/js/analytics.js" crossorigin="use-credentials" />
<link rel="modulepreload" href="/js/main.js" crossorigin="use-credentials" />
<link rel="modulepreload" href="/js/ncm.js" crossorigin="use-credentials" />
<link
rel="preload"
href="https://dsy4567.icu/api/hitokoto"
as="fetch"
crossorigin="anonymous"
/>
<link
rel="preload"
href="https://api.github.com/users/dsy4567"
as="fetch"
crossorigin="anonymous"
/>
<link rel="preload" href="/json/icon.json" as="fetch" crossorigin="anonymous" />
<link rel="preload" href="/json/theme.json" as="fetch" crossorigin="anonymous" />
<link rel="preload" href="/json/ncm.json" as="fetch" crossorigin="anonymous" />
<script src="/js/global.js"></script>
<link rel="stylesheet" href="/css/global.css" />
</head>
<body>
<a href="#main" class="隐藏链接">转到正文</a>
<nav id="导航栏">
<div class="左">
<a class="标题" href="/">dsy4567 的小站</a>
</div>
<div class="右">
<a href="/">
<svg class="特小尺寸" data-icon="首页"></svg>
<span>首页</span>
</a>
<a href="/blog.html">
<svg class="特小尺寸" data-icon="博客"></svg>
<span>博客</span>
</a>
<a href="/friends.html">
<svg class="特小尺寸" data-icon="友情链接"></svg>
<span>友链</span>
</a>
</div>
</nav>
<div id="主侧边按钮" class="侧边按钮">
<button type="button" title="回到顶部" id="回到顶部">
<svg class="特小尺寸" data-icon="回到顶部"></svg>
</button>
<div class="拥有更多选项" type="button" title="网抑云阴乐" id="网抑云阴乐">
<img class="特小尺寸" id="网抑云阴乐封面" alt="封面" />
<svg aria-hidden="true" class="特小尺寸" data-icon="网抑云阴乐"></svg>
<div class="更多选项" id="阴乐控件"></div>
<div id="歌词"></div>
</div>
<div class="拥有更多选项" type="button" title="切换主题" id="切换主题">
<svg class="特小尺寸" data-icon="切换主题"></svg>
<div role="radiogroup" class="更多选项" id="所有主题"></div>
</div>
</div>
<div class="进度条外面"><div class="进度条"></div></div>
<main>
<div class="左">
<section id="我">
<img
aria-label="自画像"
class="头像 大尺寸"
src="/img/avatar.jpg"
alt="自画像"
title="头像"
/>
<h2>dsy4567</h2>
<span id="关注被关注码龄"> 关注: 加载中 | 被关注: 加载中 | 码龄: 加载中 </span>
<br />
<span id="联系方式">
<a
href="https://qwq.dsy4567.icu/api/getemail"
title="电子邮箱"
id="电子邮箱"
>
<svg class="小尺寸" data-icon="电子邮箱"></svg>
</a>
<a href="https://qwq.dsy4567.icu/api/getemail" title="Telegram" id="tg">
<svg class="小尺寸" data-icon="Telegram"></svg>
</a>
<a href="https://github.com/dsy4567" title="GitHub">
<svg class="小尺寸" data-icon="GitHub"></svg>
</a>
<a href="https://x.com/dsy4567" title="X">
<svg class="小尺寸" data-icon="X"></svg>
</a>
<a href="https://music.163.com/user/home?id=8223493733" title="网抑云阴乐">
<svg class="小尺寸" data-icon="网抑云阴乐"></svg>
</a>
<a href="https://www.luogu.com.cn/user/776713" title="洛谷">
<svg class="小尺寸" data-icon="洛谷"></svg>
</a>
<a href="/rss.xml" title="RSS" id="rss">
<svg class="小尺寸" data-icon="RSS"></svg>
</a>
</span>
</section>
<section class="一言">
<h2>
<svg class="小尺寸" data-icon="一言"></svg>
<span>一言</span>
</h2>
<p id="一言">加载中</p>
<a href="#">查看详细信息</a>
</section>
</div>
<div aria-hidden="true" id="分界线">
<svg class="特小尺寸" data-icon="隐藏显示"></svg>
</div>
<article class="右" id="main">
<!-- BEGIN MAIN -->
<section id="个人简介">
<h2>
<svg class="小尺寸" data-icon="笑脸"></svg>
<span>个人简介</span>
</h2>
<div>
<h3>👋 基本信息</h3>
<ul>
<li>🆔 真实姓名:(不想说)</li>
<li>🍼 出生年份:2008 年(15岁)</li>
<li>🚻 性别:<code>0.1 + 0.2 == 0.3 ? "女" : "男"</code></li>
<li>🏠 居住地:西安市附近 300 km 内</li>
<li>
🍴 饮食习惯:
<details>
<summary>点击展开</summary>
<ul>
<li>偏重口味</li>
<li>
<a
href="https://zh.wikipedia.org/zh-cn/%E7%B4%A0%E9%A3%9F%E4%B8%BB%E7%BE%A9#%E7%A8%AE%E9%A1%9E%E3%83%BB%E5%9E%8B%E6%85%8B"
>蛋奶素主义 + 锅边素食主义 + 方便素食主义</a
>
</li>
<li>不喜欢碗里出现葱姜蒜和韭菜,洋葱不能太多</li>
<li>喜欢菌类食物</li>
</ul>
</details>
</li>
<li>
🕺 人格类型:<a
href="https://www.16personalities.com/profiles/c55ee084cac53"
>INTP-T (2023) -> ENFP-T (2025)</a
>
</li>
<li>
🎮 玩的游戏:
<ul dir="auto">
<li>
主玩:
<ul dir="auto">
<li>
<a
href="https://osu.ppy.sh/users/37342099"
rel="nofollow"
>osu!</a
>
</li>
<li>原神</li>
<li>崩坏:星穹铁道</li>
</ul>
</li>
<li>
摆
<ul dir="auto">
<li>绝区零</li>
</ul>
</li>
</ul>
</li>
<li>❤️ 喜欢的:造轮子、打音游、中 V</li>
<li>💔 不喜欢的:没有深色主题的网站/软件</li>
</ul>
<h3>🌱 正在学习</h3>
<ul>
<li>
<a href="https://www.python.org/">
<img
src="/img/svg/python.svg"
alt="Python"
width="67"
height="20"
/>
</a>
</li>
<li>
<a href="https://developer.mozilla.org/zh-CN/docs/Web/HTML">
<img
src="/img/svg/html.svg"
alt="HTML"
width="59"
height="20"
/>
</a>
<a href="https://developer.mozilla.org/zh-CN/docs/Web/CSS">
<img src="/img/svg/css.svg" alt="CSS" width="51" height="20" />
</a>
<a href="https://developer.mozilla.org/zh-CN/docs/Web/JavaScript">
<img
src="/img/svg/javascript.svg"
alt="JavaScript"
width="85"
height="20"
/>
</a>
<a href="https://www.typescriptlang.org/">
<img
src="/img/svg/typescript.svg"
alt="TypeScript"
width="87"
height="20"
/>
</a>
</li>
<li>
<a href="https://cplusplus.com/">
<img src="/img/svg/c艹.svg" alt="c⺿" width="45" height="20" />
</a>
</li>
</ul>
<h3>💪 技能</h3>
<ul>
<li>
JavaScript/TypeScript
<ul>
<li>Web</li>
<li>Tampermonkey 脚本</li>
<li>Node.js</li>
<li>VSCode 扩展</li>
</ul>
</li>
<li>
Python
<ul>
<li>turtle 绘图</li>
<li>Pygame Zero</li>
</ul>
</li>
<li>
C/C艹
<ul>
<li>信息学竞赛</li>
</ul>
</li>
<li>
Linux
<ul>
<li>安装和救砖</li>
<li>使用常见命令</li>
</ul>
</li>
</ul>
<h3>🔧 开发环境</h3>
<ul>
<li>
2011 年买的老爷机
<ul>
<li>
CPU:
<a
href="https://ark.intel.com/content/www/us/en/ark/products/40478/intel-pentium-processor-e5400-2m-cache-2-70-ghz-800-mhz-fsb.html"
>
<img
src="/img/svg/e5400.svg"
alt="Intel® Pentium® Processor E5400"
width="63"
height="20"
/>
</a>
</li>
<li>
显卡:
<img
src="/img/svg/g41.svg"
alt="Intel(R) G41 Express Chipset"
width="143"
height="20"
/>
</li>
<li>
硬盘: 固态
<img
src="/img/svg/m667.svg"
alt="ShineDisk M667 120G"
width="133"
height="20"
/>, 机械
<img
src="/img/svg/wd.svg"
alt="WD5000AAKS 08WWPA0 500GB"
width="207"
height="20"
/>
</li>
<li>
内存:
<img
src="/img/svg/mem.svg"
alt="2*2GB"
width="47"
height="20"
/>
</li>
</ul>
</li>
<li>
操作系统:
<a
href="https://www.microsoft.com/zh-cn/software-download/windows10"
>
<img
src="/img/svg/w10.svg"
alt="Windows 10"
width="95"
height="20"
/>
</a>
<a
href="https://www.microsoft.com/zh-cn/software-download/windows11"
>
<img
src="/img/svg/w11.svg"
alt="Windows 11"
width="95"
height="20"
/>
</a>
<a href="https://deepin.org/">
<img
src="/img/svg/deepin.svg"
alt="deepin"
width="65"
height="20"
/>
</a>
</li>
<li>
编辑器:
<a href="https://code.visualstudio.com/download">
<img
src="/img/svg/vsc.svg"
alt="VSCode"
width="131"
height="20"
/>
</a>
<a href="https://github.com/vim/vim">
<img src="/img/svg/vim.svg" alt="Vim" width="49" height="20" />
</a>
</li>
<li>
其他工具:
<a href="https://git-scm.com/">
<img src="/img/svg/git.svg" alt="Git" width="43" height="20" />
</a>
<a href="https://www.microsoft.com/zh-cn/edge">
<img
src="/img/svg/msedge.svg"
alt="Microsoft Edge"
width="109"
height="20"
/>
</a>
<a
href="https://learn.microsoft.com/zh-cn/windows/terminal/install"
>
<img
src="/img/svg/wt.svg"
alt="Windows Terminal"
width="129"
height="20"
/>
</a>
<a href="https://www.tampermonkey.net/">
<img
src="/img/svg/tm.svg"
alt="Windows Terminal"
width="115"
height="20"
/>
</a>
</li>
</ul>
<p>
<a
href="https://github.com/dsy4567?tab=repositories&q=&type=source&language=&sort=stargazers"
>
<img
src="https://img.shields.io/github/stars/dsy4567?affiliations=OWNER&label=Github%20stars"
alt="GitHub User's stars"
width="100"
height="20"
/>
</a>
</p>
</div>
</section>
<section>
<h2>
<svg class="小尺寸" data-icon="置顶仓库"></svg>
<span>置顶仓库</span>
</h2>
<div class="组">
<section>
<h3>
<a href="https://github.com/dsy4567/4399-on-vscode"
>4399-on-vscode</a
>
</h3>
<p>在 vscode 上玩 4399 小游戏, 帮助你劳逸结合, 提高开发效率</p>
</section>
<section>
<h3>
<a href="https://github.com/dsy4567/picture2js">picture2js</a>
</h3>
<p>图片转 JavaScript 字符画</p>
</section>
<section>
<h3>
<a href="https://github.com/dsy4567/ikun">ikun</a>
</h3>
<p>ikun 专属乐器</p>
</section>
<section>
<h3>
<a href="https://github.com/dsy4567/fcm-and-shit">fcm-and-shit</a>
</h3>
<p>防沉迷和答辩小游戏</p>
</section>
</div>
</section>
<section>
<h2>
<svg class="小尺寸" data-icon="小游戏"></svg>
<span>小游戏</span>
</h2>
<ul>
<li><a href="/game.html">防沉迷和答辩</a></li>
<li>
<a href="/no-anti.html">没有防沉迷的游戏平台</a>
</li>
<li>
<a href="https://dsy4567.github.io/ikun/">ikun 专属乐器</a>
</li>
</ul>
</section>
<!-- END MAIN -->
</article>
</main>
<footer id="copyright">
© 2022-2025
<a href="https://github.com/dsy4567">dsy4567</a><br />
<a href="https://icp.gov.moe/?keyword=20230212" target="_blank">萌ICP备20230212号</a>
|
<a href="https://beian.miit.gov.cn/" target="_blank"
>陕ICP备 备<span id="fuck">你妈</span>的案</a
><br />
<!-- 修改代码时必须保留此链接和原作者信息, 可以添加修改后源代码的链接及作者信息 -->
Powered by
<a href="https://github.com/dsy4567/dsy4567.github.io">dsy4567/dsy4567.github.io</a>
</footer>
<noscript>
<div>请启用 JavaScript 以获得更好的浏览体验</div>
</noscript>
<link disabled rel="stylesheet" href="/css/font.css" />
<script src="/js/main.js" type="module" async></script>
</body>
</html>