-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
656 lines (590 loc) · 22.9 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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" contect="width=device-width, initial-scale=1.0">
<script src="index.js"></script>
<link rel="stylesheet" href="stylesheet/index.css" />
<link rel="stylesheet" href="stylesheet/navbar.css" />
<link rel="stylesheet" href="stylesheet/info.css" />
<link rel="stylesheet" href="stylesheet/repo.css" />
<link rel="stylesheet" href="stylesheet/src.css" />
<link rel="stylesheet" href="stylesheet/contect.css" />
<link rel="stylesheet" href="stylesheet/custom.css" />
<title>Twisuki的自我介绍</title>
</head>
<body>
<div id="body">
<!-- Navbar {Avatar btn1 btn2 btn3 btn4 Link} -->
<!-- 基本信息 个人仓库 常用资源 联系方式 -->
<div id="navbar">
<div id="avatar">
<a href="https://github.com/Twisuki">
<img src="./src/avatar.png" title="Nya~" />
</a>
</div>
<div id="nav-btn">
<div id="nav-btn-info" class="nav-btn" title="来认识咱w Come to know me !">
<a onclick="showPage(0)">
基本信息<br />
Information
</a>
</div>
<div id="nav-btn-repo" class="nav-btn" title="这是咱的仓库 There are my repositories.">
<a onclick="showPage(1)">
个人仓库<br />
Repositories
</a>
</div>
<div id="nav-btn-src" class="nav-btn" title="这些资源希望你也用的上 Some useful source you maybe need">
<a onclick="showPage(2)">
常用资源<br />
Source
</a>
</div>
<div id="nav-btn-contect" class="nav-btn" title="可以来联系咱w Reach me here !">
<a onclick="showPage(3)">
联系方式<br />
Contect Me
</a>
</div>
</div>
<div id="link">
<div id="link-github" class="link-logo" title="https://github.com/Twisuki">
<a href="https://github.com/Twisuki">
<img src="./src/github.png"/>
</a>
</div>
<div id="link-bilibili" class="link-logo" title="https://space.bilibili.com/317707977">
<a href="https://space.bilibili.com/317707977">
<img src="./src/bilibili.png"/>
</a>
</div>
</div>
</div>
<!-- Main -->
<!-- 页面主体 -->
<div id="main">
<!-- index-0 基本信息 -->
<div id="main-info" class="index">
<div id="info-cover">
<img src="./src/cover1.png" />
</div>
<div id="info-title">
<div id="info-title-1">
<img src="./src/titleType.svg" />
</div>
<div id="info-title-1-en">
<img src="./src/titleType-en.svg" />
</div>
<div id="info-title-avatar">
<img src="./src/avatar.png" />
</div>
<div id="info-title-2">
qwq, 咱是苏阳, 可以直接叫咱"苏喵"的.
</div>
<div id="info-title-2-en">
QwQ, I'm Su_Yang, you can just call me Twisuki.
</div>
<div id="info-title-3">
之前的名字是"信标", 不太喜欢这个名字, 希望还是叫咱苏喵吧~
</div>
<div id="info-title-3-en">
I'm used to be called "Beacon", I don't like it so much, so just call me Twisuki please ~
</div>
</div>
<hr />
<div id="info-mine">
<div id="info-mine-left">
<li class="info-mine">
咱是来自辽宁的一只猫
</li>
<li class="info-mine-en">
This is a cat from Liaoning Province.
</li>
<li class="info-mine">
现在在湖南大学(HNU)就读
</li>
<li class="info-mine-en">
Now I'm studying in Hunan University(HNU).
</li>
<li class="info-mine">
喜欢玩MC和冰与火之舞, 但是都很菜
</li>
<li class="info-mine-en">
Like playing Minecraft and ADOFAI, but not good at any one.
</li>
</div>
<div id="info-mine-right">
<li class="info-mine">
只会原生HTML + JavaScript + CSS写web...
</li>
<li class="info-mine-en">
I can only use origenal HTML + js + CSS for web development...
</li>
<li class="info-mine">
常用语言是Java, 最近在学C++和Python
</li>
<li class="info-mine-en">
Ofen use Java, but learning C++ and Python recently.
</li>
<li class="info-mine">
以后还打算学习Android APP开发(?)
</li>
<li class="info-mine-en">
I plan to learn the development of Android APP (maybe).
</li>
</div>
</div>
<hr />
<div id="info-gender">
<div id="info-gender-img">
<img src="./src/mtf.png" />
</div>
<p class="info-gender">
其实咱一直都有这样一个问题, 从小也觉得自己好像不适合男生的身份, 直到2023年通过涵酱<a href="https://github.com/yuhan2680">(@yuhan2680)</a>, 开始了对LGBT的了解. 这样一个特殊的群体, 好像解答了咱自己的问题. 自己不是一个纯粹的男生, 也不想变成mtf(可能是不敢面对这样改变的后果吧), 咱自己可能是mtx或者Agender, 但还是偏男性一点...
</p>
<p class="info-gender">
In fact, I have always had this problem. Since childhood, I felt that I were not suitable for a male identity, until 2023 when I started to understand LGBT through Xiaohan<a href="https://github.com/yuhan2680">(@yuhan2680)</a>. This special group seems to have answered my own questions. I'm not a pure boy but I don't want to become an MTF (maybe I dare not face the consequences of such a change). I may be an MTX or Agender myself, but I'm still a bit more masculine.
</p>
<p class="info-gender">
从了解LGBT开始, 自己也陷入了焦虑, 可以说问题得到了解释, 但是得不到解答. 一个是社会对LGBT群体的接纳, 尤其是咱北方这样比较保守的地方; 再一个是对自己将来何去何从没有了规划(虽然本来也没有规划). 从深入接触网络, 认识越来越多的人之后, 自己了解到越来越多的东西, 反而变得越来越苦恼.
</p>
<p class="info-gender">
Starting from understanding LGBT, I also fell into anxiety. It can be said that the problem was explained but not answered. One is the acceptance of the LGBT community by society, especially in conservative places like our northern region of China; Another issue is that there is no plan for one's future (although there was no plan originally). After delving deeper into the internet and getting to know more and more people, I learned more and more things, but instead became increasingly distressed.
</p>
<p class="info-gender">
今天不再回避这个问题了, 希望看到的朋友能更多的了解咱.
</p>
<p class="info-gender">
Today I won't avoid this question anymore. I hope that friends who see me can get to know me better.
</p>
</div>
<hr />
<div id="info-github">
<li id="info-github-1">
从现在开始, 打算专心经营自己的Github账号了, 在这里可以学到好多新东西.
</li>
<li id="info-github-1-en">
From now on, I plan to focus on managing my Github account, where I can learn a lot of new things.
</li>
<div id="info-github-snake">
<img id="info-github-snake-img" src="https://raw.githubusercontent.com/Twisuki/Twisuki/output/github-contribution-grid-snake-dark.svg" />
</div>
<div id="info-github-2">
访问总数: <br />
Total Visited:
</div>
<div id="info-github-count">
<img id="info-github-count-img" src="https://profile-counter.glitch.me/twisuki/count.svg" />
</div>
<div id="info-github-3">
常用语言: <br />
Top Languages:
</div>
<div id="info-github-lang" title="动态获取一直出问题, 就直接写了qwq 
The dynamic acquisition keeps having problems, so I just wrote it directly">
HTML CSS JavaScript ...
</div>
</div>
</div>
<!-- index-1 个人仓库 -->
<div id="main-repo" class="index">
<div id="repo-cover">
<img src="./src/cover2.png" />
</div>
<li class="repo-title">
我的仓库
</li>
<li class="repo-title-en">
My Repositories
</li>
<hr class="repo-title-hr" />
<div id="repo-mine">
<div class="repo-mine">
<a href="https://github.com/Twisuki/Twisuki.github.io">Twisuki.github.io</a>
<div>Github Page首页, 自我介绍</div>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Markdown</li>
</ul>
</div>
<hr class="repo-mine-hr" />
<div class="repo-mine">
<a href="https://github.com/Twisuki/Twisuki">Twisuki</a>
<div>Github个人首页README.md, 自我介绍</div>
<ul>
<li>Markdown</li>
</ul>
</div>
<hr class="repo-mine-hr" />
<div class="repo-mine">
<a href="https://github.com/Twisuki/yisibite">yisibite</a>
<div>弦月档案 - 火弦月的各种投影下载处</div>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JSON</li>
<li>JavaScript</li>
</ul>
</div>
<hr class="repo-mine-hr" />
<div class="repo-mine">
<a href="https://github.com/Twisuki/Numdle">Numdle</a>
<div>wordle小游戏自创衍生版</div>
<ul>
<li>C++</li>
<li>Java</li>
<li>Python</li>
<li>Kotlin</li>
</ul>
</div>
<hr class="repo-mine-hr" />
<div class="repo-mine">
<a href="https://github.com/Twisuki/Notes-on-Linear-Algebra">Notes-on-Linear-Algebra</a>
<div>线性代数学习笔记</div>
<ul>
<li>MarkDown</li>
<li>LaTeX</li>
</ul>
</div>
<hr class="repo-mine-hr" />
<div class="repo-mine">
<a href="https://github.com/Twisuki/PlumMusic">PlumMusic</a>
<div>Plum的音乐盒, 个人练习作品</div>
<ul>
<li>HTML</li>
<li>JavaScript</li>
<li>CSS</li>
</ul>
</div>
</div>
<li class="repo-title">
我的复刻
</li>
<li class="repo-title-en">
My Forked Repositories
</li>
<hr class="repo-title-hr" />
<div id="repo-fork">
<div class="repo-fork">
<a class="repo-fork-title" href="https://github.com/Twisuki/nonebot-plugin-marshoai">nonebot-plugin-marshoai</a>
<div>MarshoAI</div>
<li>Frokrd from <a href="https://github.com/LiteyukiStudio">LiteyukiStudio</a><a href="https://github.com/LiteyukiStudio/nonebot-plugin-marshoai">/nonebot-plugin-marshoai</a></li>
</div>
</div>
<hr class="repo-title-hr" />
<div id="repo-fork">
<div class="repo-fork">
<a class="repo-fork-title" href="https://github.com/Twisuki/marsho-toolsets">marsho-toolsets</a>
<div>MarshoAI插件 MegaKits</div>
<li>Frokrd from <a href="https://github.com/LiteyukiStudio">LiteyukiStudio</a><a href="https://github.com/LiteyukiStudio/marsho-toolsets">/marsho-toolsets</a></li>
</div>
</div>
<hr class="repo-title-hr" />
<div id="repo-fork">
<div class="repo-fork">
<a class="repo-fork-title" href="https://github.com/Twisuki/Dress">Dress</a>
<div>著名的Dress库, 好耶 是女装 ~</div>
<li>Frokrd from <a href="https://github.com/Cute-Dress">Cute-Dress</a><a href="https://github.com/Cute-Dress/Dress">/Dress</a></li>
</div>
</div>
<hr class="repo-title-hr" />
<div id="repo-fork">
<div class="repo-fork">
<a class="repo-fork-title" href="https://github.com/Twisuki/.github">.github</a>
<div>轻雪工作室Profile</div>
<li>Frokrd from <a href="https://github.com/LiteyukiStudio">LiteyukiStudio</a><a href="https://github.com/LiteyukiStudio/.github">/.github</a></li>
</div>
</div>
<hr class="repo-title-hr" />
<div id="repo-fork">
<div class="repo-fork">
<a class="repo-fork-title" href="https://github.com/Twisuki/MyYuhan2680">MyYuhan2680</a>
<div>涵酱的自我介绍, 修复了Github贪吃蛇</div>
<li>Frokrd from <a href="https://github.com/yuhan2680">yuhan2680</a><a href="https://github.com/yuhan2680/yuhan2680">/yuhan2680</a></li>
</div>
</div>
<li class="repo-title">
我的请求
</li>
<li class="repo-title-en">
My PR Repositories
</li>
<hr class="repo-title-hr" />
<div id="repo-pr">
<div class="repo-pr">
<a class="repo-pr-title" href="https://github.com/Twisuki/yisibite">yisibite</a>
<div>进行了圆角美化</div>
<li>PR by <a href="https://github.com/GreatFood404">GreatFood404</a></li>
</div>
<hr class="repo-mine-hr" />
<div class="repo-pr">
<a class="repo-pr-title" href="https://github.com/Twisuki/yisibite">yisibite</a>
<div>编写了README.md文件</div>
<li>PR by <a href="https://github.com/yuhan2680">yuhan2680</a></li>
</div>
</div>
</div>
<!-- index-2 常用资源 -->
<div id="main-src" class="index">
<div id="src-cover">
<img src="./src/cover3.png" />
</div>
<li class="src-title">
我的开发工具
</li>
<li class="src-title-en">
My Development Kits
</li>
<hr class="src-title-hr" />
<div id="src-kit">
<div class="src-kit-left">
<img class="src-kit-left-img" src="./src/HbuiliderX.png" />
<a class="src-kit-left-title" href="https://dcloud.io/hbuilderx.html">Hbuilder X</a>
<p>
咱最常用的文本编辑器, 速度快, 轻量级. 虽功能不及VSCode, 但综合起来还是相当不错的文本编辑器, 尤其是web和MarkDown
</p>
<ul>
<li>HTML</li>
<li>JavaScript</li>
<li>CSS</li>
<li>MarkDown</li>
</ul>
</div>
<hr class="src-kit-hr" />
<div class="src-kit-right">
<img class="src-kit-right-img" src="./src/VSCode.png" />
<a class="src-kit-right-title" href="https://code.visualstudio.com/">Visual Studio Code</a>
<p>
超强大的文本编辑器, 但是比HbuilderX吃配置, 咱主要用来MarkDown
</p>
<ul>
<li>这个软件强大到不用多说了...</li>
</ul>
</div>
<hr class="src-kit-hr" />
<div class="src-kit-left">
<img class="src-kit-left-img" src="./src/PyCharm.png" />
<a class="src-kit-left-title" href="https://www.jetbrains.com/pycharm/">PyCharm</a>
<p>
JetBrains的超强Python IDE, 虽然咱不是很喜欢这门语言(((
</p>
<ul>
<li>Python</li>
</ul>
</div>
<hr class="src-kit-hr" />
<div class="src-kit-right">
<img class="src-kit-right-img" src="./src/CLion.png" />
<a class="src-kit-right-title" href="https://www.jetbrains.com/clion/">CLion</a>
<p>
JetBrains的超强C/C++ IDE
</p>
<ul>
<li>C</li>
<li>C++</li>
</ul>
</div>
<li class="src-title">
特别鸣谢
</li>
<li class="src-title-en">
Credits
</li>
<hr class="src-title-hr" />
<div id="src-credit">
<li class="src-credit">由Platane开发的Github贪吃蛇</li>
<li class="src-credit-en">A Github Snake developed by Platane.</li>
<li class="src-credit-a">
<a href="https://github.com/Platane/snk">https://github.com/Platane/snk</a>
</li>
<br />
<li class="src-credit">由denvercoder1开发的标题输入动画</li>
<li class="src-credit-en">Readme Typing SVG developed by denvercoder1.</li>
<li class="src-credit-a">
<a href="https://github.com/denvercoder1/readme-typing-svg">https://github.com/denvercoder1/readme-typing-svg</a>
</li>
<br />
<li class="src-credit">由Ryan Lanciaux开发的访问总数</li>
<li class="src-credit-en">Total Visit developed by Ryan Lanciaux.</li>
<li class="src-credit-a">
<a href="https://gist.github.com/ryanlanciaux/3e29e75bd32efee9681c2ab85b99cc6f">https://gist.github.com/ryanlanciaux/3e29e75bd32efee9681c2ab85b99cc6f</a>
</li>
<br />
<li class="src-credit">封面来自Irin团队制作的冰与火之舞谱面Megamix2</li>
<li class="src-credit-en">The cover is from Megamix2, an ADOFAI custom charted by the Team Irin</li>
<li class="src-credit-a">
<a href="https://www.bilibili.com/video/BV1JP4y167UL">https://www.bilibili.com/video/BV1JP4y167UL</a>
</li>
<li class="src-credit-a">
<a href="https://youtu.be/SfJAQUWt4Ww">https://youtu.be/SfJAQUWt4Ww</a>
</li>
</div>
<li class="src-title">
苏喵的百宝箱
</li>
<li class="src-title-en">
Twisuki's Magic Box
</li>
<hr class="src-title-hr" />
<div id="src-box">
<div id="src-box-1">
这里是各种各样的小工具, 可能有点乱, 希望能帮到你 ~
</div>
<div id="src-box-1-en">
Here are various small tools, which may be a bit messy. I hope they can help you ~
</div>
<br />
<div id="src-box-left">
<li class="src-box">Quick Any2Ico</li>
<li class="src-box-info">提取软件图标</li>
<li class="src-box-en">Get the icon from exe files</li>
<li class="src-box-a">
<a href="https://www.carifred.com/quick_any2ico/">https://www.carifred.com/quick_any2ico/</a>
</li>
<br />
<li class="src-box">Aconvert</li>
<li class="src-box-info">文档, 音视频转换器</li>
<li class="src-box-en">Documents, Audio Video Converter</li>
<li class="src-box-a">
<a href="https://www.aconvert.com/cn/">https://www.aconvert.com/cn/</a>
</li>
<br />
<li class="src-box">Sejda</li>
<li class="src-box-info">简单高效的PDF在线编辑器</li>
<li class="src-box-en">Easy, pleasant and productive PDF editor</li>
<li class="src-box-a">
<a href="https://www.sejda.com/">https://www.sejda.com/</a>
</li>
<br />
<li class="src-box">Latex Live</li>
<li class="src-box-info">在线Latex公式编辑器</li>
<li class="src-box-en">Online Latex Formula Editor</li>
<li class="src-box-a">
<a href="https://www.latexlive.com/">https://www.latexlive.com/</a>
</li>
</div>
<div id="src-box-right">
<li class="src-box">Yandex Images</li>
<li class="src-box-info">来自俄罗斯的一个图片搜索器</li>
<li class="src-box-en">A picture searcher from Russia</li>
<li class="src-box-a">
<a href="https://yandex.com/images/">https://yandex.com/images/</a>
</li>
<br />
<li class="src-box">W3school</li>
<li class="src-box-info">免费的web教程</li>
<li class="src-box-en">Free web lessons</li>
<li class="src-box-a">
<a href="https://www.w3school.com.cn/">https://www.w3school.com.cn/</a>
</li>
<br />
<li class="src-box">菜鸟教程</li>
<li class="src-box-info">一个提供各种编程语言和技术的在线教程的网站</li>
<li class="src-box-en">Online tutorials on programming languages</li>
<li class="src-box-a">
<a href="https://www.runoob.com//">https://www.runoob.com/</a>
</li>
<br />
<li class="src-box">Base64图片转换</li>
<li class="src-box-info">Base64 <-> 图片</li>
<li class="src-box-en">Base64 <-> Pictures</li>
<li class="src-box-a">
<a href="https://tool.chinaz.com/tools/imgtobase">https://tool.chinaz.com/tools/imgtobase</a>
</li>
<br />
</div>
</div>
</div>
</div>
<!-- index-3 联系方式 -->
<div id="main-contect" class="index">
<div id="contect-cover">
<img src="./src/cover4.png" />
</div>
<div id="contect-avatar">
<img id="contect-avatar-avatar" src="./src/avatar.png" />
<img id="contect-avatar-tsumiki-1" src="./src/tsumiki1.png" />
<img id="contect-avatar-tsumiki-2" src="./src/tsumiki2.png" />
<img id="contect-avatar-minecraft" src="./src/Twisuki.png " />
</div>
<div id="contect-list">
<div id="contect-list-1">
各个平台的账号
</div>
<div id="contect-list-1-en">
Account in other platforms
</div>
<hr />
<li class="contect-list">
QQ : 2262477620 (Twisuki)
</li>
<li class="contect-list">
E-mail : <a href="mailto:[email protected]">[email protected]</a>
</li>
<li class="contect-list">
BiliBili : <a href="https://space.bilibili.com/317707977">Nya_Twisuki</a>
</li>
<li class="contect-list">
KOOK : Nya_Twisuki (#5313)
</li>
<li class="contect-list">
Twitter : <a href="https://x.com/suyang_233">Su_Yang_233</a>
</li>
<li class="contect-list">
Discord : Twisuki
</li>
<div class="contect-list-title">
MC相关<span class="contect-list-title-en">Minecraft Related</span>
</div>
<li class="contect-mc-list">
Minecraft ID : Nya_Twisuki
</li>
<li class="contect-mc-list">
NameMC : <a href="https://namemc.com/profile/Nya_Twisuki">Nya_Twisuki</a>
</li>
<li class="contect-mc-list">
Little Skin : <a href="https://littleskin.cn/skinlib/show/240295">Su_Yang_233</a>
</li>
<div class="contect-list-title">
开发相关<span class="contect-list-title-en">Development Related</span>
</div>
<li class="contect-development-list">
Github : <a href="https://github.com/Twisuki">Twisuki</a>
</li>
<li class="contect-development-list">
Gitee : <a href="https://gitee.com/scrohild">Su_Yang_233</a>
</li>
<li class="contect-development-list">
洛谷 : <a href="https://www.luogu.com.cn/user/1446667">Twisuki</a>
</li>
<div class="contect-list-title">
其他<span class="contect-list-title-en">Others</span>
</div>
<li class="contect-others-list">
Pixiv : <a href="https://www.pixiv.net/users/108499312">Twisuki Nya</a>
</li>
<li class="contect-others-list">
GeoGebra : <a href="https://www.geogebra.org/u/cat_su">Su_Yang_233</a>
</li>
<li class="contect-others-list">
TapTap : <a href="https://www.taptap.cn/user/555290621">Su_Yang_233</a>
</li>
<li class="contect-others-list">
Xbox : <a href="https://www.xbox.com/zh-CN/play/user/Nya%20Twisuki">Nya Twisuki</a>
</li>
</div>
</div>
</div>
<!-- Bottom -->
<!-- 底部 -->
<div id="bottom">
</div>
</div>
<script>
init();
</script>
</body>
</html>