-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
800 lines (582 loc) · 28.1 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
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
<!doctype html>
<html class="scroll-smooth" lang="zh-cn">
<head>
<meta name="generator" content="Hugo 0.125.5">
<meta charset="utf-8" />
<meta
name="viewport"
id="viewport"
content="width=device-width, initial-scale=1.0" />
<title>
ivy
</title><meta name="application-name" content="Dyson ivy" />
<meta name="apple-mobile-web-app-title" content="Dyson ivy" />
<meta name="title" content="ivy" />
<meta name="description" content="Dyson's Blogs" />
<meta name="theme-color" content="#ffffff" /><link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#ffffff" />
<link href="/css/styles.min.d08a3efd96c8c5b1fdce5a0f8de0bcafeaa6a600ecc8d2ac7264495de975c0ac.css" rel="stylesheet" />
<link href="/css/custom.min.a3576bac66c3a82b69d83286136700cfa409d13273e51b6505482a06e6dd109d.css" rel="stylesheet" />
<script src="/js/third-party/flowbite/v2.2.1/flowbite.min.js" defer></script>
<script>
if (
localStorage.getItem("color-theme") === "dark" ||
(!("color-theme" in localStorage) &&
window.matchMedia("(prefers-color-scheme: dark)").matches)
) {
document.documentElement.classList.add("dark");
} else {
document.documentElement.classList.remove("dark");
}
</script>
</head>
<body class="flex h-screen flex-col bg-white dark:bg-gray-900"><nav
id="navbar"
class="fixed start-0 top-0 z-20 flex w-full justify-center border-b border-gray-200 bg-white/85 backdrop-blur-md md:h-38 dark:border-gray-700 dark:bg-gray-900/85">
<div
class="mx-auto flex w-[1280px] flex-wrap items-center justify-between place-self-center object-center p-4">
<a
href="https://dyson-wang.github.io/"
class="flex items-center justify-start space-x-3 rtl:space-x-reverse">
<p class="w-[56px]">
<img
id="logo-light-icon"
src="/images/black_17.svg"
class="h-[56px]"
alt="Logo" />
<img
id="logo-dark-icon"
src="/images/white_17.svg"
class="hidden h-[56px]"
alt="Logo" />
</p><span
class="self-center whitespace-nowrap text-2xl font-semibold dark:text-white"
>ivy</span
></a>
<div class="flex items-center space-x-3 md:order-2 rtl:space-x-reverse">
<button
id="theme-toggle"
type="button"
class="h-10 w-10 p-2.5 text-sm text-gray-500 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-700">
<svg
id="theme-toggle-dark-icon"
class="hidden h-5 w-5"
fill="currentColor"
viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg">
<path
d="M17.293 13.293A8 8 0 016.707 2.707a8.001 8.001 0 1010.586 10.586z"></path>
</svg>
<svg
id="theme-toggle-light-icon"
class="hidden h-5 w-5"
fill="currentColor"
viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg">
<path
d="M10 2a1 1 0 011 1v1a1 1 0 11-2 0V3a1 1 0 011-1zm4 8a4 4 0 11-8 0 4 4 0 018 0zm-.464 4.95l.707.707a1 1 0 001.414-1.414l-.707-.707a1 1 0 00-1.414 1.414zm2.12-10.607a1 1 0 010 1.414l-.706.707a1 1 0 11-1.414-1.414l.707-.707a1 1 0 011.414 0zM17 11a1 1 0 100-2h-1a1 1 0 100 2h1zm-7 4a1 1 0 011 1v1a1 1 0 11-2 0v-1a1 1 0 011-1zM5.05 6.464A1 1 0 106.465 5.05l-.708-.707a1 1 0 00-1.414 1.414l.707.707zm1.414 8.486l-.707.707a1 1 0 01-1.414-1.414l.707-.707a1 1 0 011.414 1.414zM4 11a1 1 0 100-2H3a1 1 0 000 2h1z"
fill-rule="evenodd"
clip-rule="evenodd"></path>
</svg>
</button>
<button
data-collapse-toggle="navbar-sticky"
type="button"
class="inline-flex h-10 w-10 items-center justify-center p-2 text-sm text-gray-500 hover:bg-gray-100 focus:outline-none md:hidden dark:text-gray-400 dark:hover:bg-gray-700"
aria-controls="navbar-sticky"
aria-expanded="false">
<span class="sr-only">Open main menu</span>
<svg
class="h-5 w-5"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 17 14">
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M1 1h15M1 7h15M1 13h15" />
</svg>
</button>
</div>
<div
class="hidden w-full items-center justify-between md:order-1 md:flex md:w-auto"
id="navbar-sticky">
<ul
class="mt-4 flex flex-col rounded-lg border border-gray-300 p-4 font-medium md:mt-0 md:flex-row md:space-x-8 md:border-0 md:p-0 rtl:space-x-reverse dark:border-gray-700 dark:bg-gray-800/50 md:dark:bg-transparent">
<li>
<a
aria-current="page"
class="block rounded-lg px-3 py-2 text-gray-900 hover:bg-gray-100 md:p-0 md:hover:bg-transparent md:hover:text-blue-700 dark:border-gray-700 dark:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent md:dark:hover:text-blue-500"
href="/banner/">
About
</a>
</li>
<li>
<a
aria-current="page"
class="block rounded-lg px-3 py-2 text-gray-900 hover:bg-gray-100 md:p-0 md:hover:bg-transparent md:hover:text-blue-700 dark:border-gray-700 dark:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent md:dark:hover:text-blue-500"
href="/posts/">
Posts
</a>
</li>
<li>
<a
aria-current="page"
class="block rounded-lg px-3 py-2 text-gray-900 hover:bg-gray-100 md:p-0 md:hover:bg-transparent md:hover:text-blue-700 dark:border-gray-700 dark:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent md:dark:hover:text-blue-500"
href="/archive">
Archive
</a>
</li>
<li>
<a
aria-current="page"
class="block rounded-lg px-3 py-2 text-gray-900 hover:bg-gray-100 md:p-0 md:hover:bg-transparent md:hover:text-blue-700 dark:border-gray-700 dark:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent md:dark:hover:text-blue-500"
href="/goods/">
Goods
</a>
</li>
<li>
<button
id="dropdownNavbarLink-d50ae403"
data-dropdown-toggle="dropdownNavbar-d50ae403"
class="flex w-full items-center justify-between rounded-lg px-3 py-2 text-gray-900 hover:bg-gray-100 md:w-auto md:border-0 md:p-0 md:hover:bg-transparent md:hover:text-blue-700 dark:border-gray-700 dark:text-white dark:hover:bg-gray-700 dark:focus:text-white md:dark:hover:bg-transparent md:dark:hover:text-blue-500">
Releases
<svg
class="ms-2.5 h-2.5 w-2.5"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 10 6">
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="m1 1 4 4 4-4" />
</svg>
</button>
<div
id="dropdownNavbar-d50ae403"
class="z-10 hidden w-44 divide-y divide-gray-100 rounded-lg bg-white font-normal shadow dark:divide-gray-600 dark:bg-gray-800">
<ul
class="py-2 text-sm text-gray-700 dark:text-gray-400"
aria-labelledby="dropdownLargeButton">
<li>
<a
href="/"
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
>with waline</a
>
</li>
<li>
<a
href="/"
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
>with twikoo</a
>
</li>
</ul>
</div>
</li>
<button
id="dropdownNavbarLink-category"
data-dropdown-toggle="dropdownNavbar-category"
class="flex w-full items-center justify-between rounded-lg px-3 py-2 text-gray-900 hover:bg-gray-100 md:w-auto md:border-0 md:p-0 md:hover:bg-transparent md:hover:text-blue-700 dark:border-gray-700 dark:text-white dark:hover:bg-gray-700 dark:focus:text-white md:dark:hover:bg-transparent md:dark:hover:text-blue-500">
Category
<svg
class="ms-2.5 h-2.5 w-2.5"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 10 6">
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="m1 1 4 4 4-4" />
</svg>
</button>
<div
id="dropdownNavbar-category"
class="z-10 hidden w-44 divide-y divide-gray-100 rounded-lg bg-white font-normal shadow dark:divide-gray-600 dark:bg-gray-800">
<ul
class="py-2 text-sm text-gray-700 dark:text-gray-400"
aria-labelledby="dropdownLargeButton">
<li>
<a
href="https://dyson-wang.github.io/categories/%E4%B8%AA%E4%BA%BA%E7%AC%94%E8%AE%B0/"
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
>个人笔记</a
>
</li>
<li>
<a
href="https://dyson-wang.github.io/categories/%E5%85%B3%E4%BA%8E/"
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
>关于</a
>
</li>
<li>
<a
href="https://dyson-wang.github.io/categories/%E5%AE%9E%E9%AA%8C%E7%AC%94%E8%AE%B0/"
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
>实验笔记</a
>
</li>
<li>
<a
href="https://dyson-wang.github.io/categories/%E6%96%B0%E7%9A%84%E4%B8%9C%E8%A5%BF/"
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
>新的东西</a
>
</li>
<li>
<a
href="https://dyson-wang.github.io/categories/%E6%9C%8D%E5%8A%A1%E5%99%A8%E6%90%AD%E5%BB%BA%E6%97%A5%E5%BF%97/"
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
>服务器搭建日志</a
>
</li>
<li>
<a
href="https://dyson-wang.github.io/categories/%E6%A1%86%E6%9E%B6%E4%B8%8E%E6%8A%80%E6%9C%AF/"
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
>框架与技术</a
>
</li>
<li>
<a
href="https://dyson-wang.github.io/categories/%E7%A7%91%E7%A0%94%E6%96%87%E7%8C%AE%E7%AC%94%E8%AE%B0/"
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
>科研文献笔记</a
>
</li>
<li>
<a
href="https://dyson-wang.github.io/categories/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80/"
class="block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
>编程语言</a
>
</li>
</ul>
</div>
</ul>
</div>
</div>
</nav>
<script>
document.addEventListener("DOMContentLoaded", function () {
let navbarDom = document.getElementById("navbar");
let isNavScrolled = false;
if (window.innerWidth >= 768) {
navbarDom.classList.add("navbar-init");
var scrollTop = 0;
window.addEventListener("scroll", function () {
scrollTop = window.pageYOffset;
if (scrollTop >= 10 && !isNavScrolled) {
isNavScrolled = true;
navbarDom.classList.add("navbar-scroll");
} else if (scrollTop < 10 && isNavScrolled) {
isNavScrolled = false;
navbarDom.classList.remove("navbar-scroll");
}
});
} else {
navbarDom.classList.remove("navbar-init");
}
});
</script>
<section class="mt-22 flex w-full grow md:mt-38">
<div
class="mx-auto flex max-w-screen-xl flex-col space-y-6 bg-white px-2 pb-5 md:grow md:flex-row md:space-y-0 md:p-0 dark:bg-gray-900">
<div
id="home-tabs-container"
class="hidden md:flex md:max-h-full md:w-1/6 md:justify-center">
<ul
id="home-tabs"
class="flex flex-col items-center justify-center space-y-4">
<li>
<button
id="home-1"
class="inline-block rounded-t-lg border-b-2 border-gray-100 p-4 font-Oswald text-lg font-medium text-gray-500
hover:border-gray-300
hover:text-gray-600
aria-selected:border-blue-600
aria-selected:text-blue-600
aria-selected:hover:text-blue-600
dark:border-gray-700
dark:border-transparent
dark:text-gray-400
dark:hover:text-gray-300
aria-selected:dark:border-blue-500
aria-selected:dark:text-blue-500
aria-selected:dark:hover:text-blue-500"
data-tab-target="content-home-1"
aria-controls="content-home-1"
aria-selected="false">
01
</button>
</li>
</ul>
</div>
<div
id="content-home-1"
aria-labelledby="content-home-1"
class="mx-3 flex flex-col rounded-lg shadow-[0_2px_15px_-3px_rgba(0,0,0,0.07),0_10px_20px_-2px_rgba(0,0,0,0.04)] md:mx-0 md:hidden md:w-5/6 md:flex-row md:border md:border-none md:border-gray-200 md:shadow-none dark:border-gray-600 dark:bg-gray-800/70 md:dark:bg-gray-900">
<div
class="flex h-full flex-col-reverse md:w-2/3 md:flex-col md:justify-center md:border-r md:border-gray-200 md:p-2 md:dark:border-gray-700">
<p
class="mt-6 hidden py-3 font-Oswald text-sm font-medium tracking-wide text-gray-500/90 md:block dark:text-gray-500">
January 30 2024
<span class="text-red-700">/</span>
关于
</p>
<div
class="px-6 pt-6 text-2xl font-extrabold tracking-wide hover:text-blue-700 md:px-0 md:py-8 lg:text-6xl dark:text-white">
<a href="https://dyson-wang.github.io/banner/about/">about</a>
</div>
<div class="shrink-0 overflow-hidden md:mt-1">
<img
class="h-60 w-full rounded-t-lg object-cover md:h-80 md:rounded-none md:hover:scale-110 md:hover:brightness-75 md:hover:transition-transform md:hover:duration-700"
src="https://dyson-wang.github.io/images/doc/params.webp"
alt="preview image"
srcset="" />
</div>
</div>
<div
class="h-full p-6 md:flex md:w-1/3 md:flex-col md:justify-center md:space-y-4 lg:p-9">
<div class="relative hidden items-center md:flex">
<div class="h-8 w-8 bg-blue-700 dark:bg-blue-600"></div>
<span
class="absolute inset-0 left-0 font-Oswald text-lg font-bold tracking-wide text-gray-900/90 dark:text-gray-400">
<span class="text-white">Sum</span>mary
</span>
</div>
<div
class="format line-clamp-5 whitespace-pre-wrap text-pretty text-gray-500/90 dark:format-invert lg:line-clamp-[10] dark:text-gray-500">
Aboutivy: 博客WangXingHaoDyson Wang樱川琴子aka.SakuraGw_Kotoko
</div>
</div>
</div>
</div>
</section>
<footer
class="mx-auto flex w-full max-w-screen-xl flex-col-reverse items-center gap-y-3 border-t border-gray-200 py-6 md:px-12 lg:flex-row lg:justify-between dark:border-gray-700">
<div
class="flex flex-col items-center justify-between space-y-3 text-xs text-gray-400 lg:items-start dark:text-gray-500">
<div class="items-center font-Montserrat font-light">
©
2024
Dyson Wang. All Rights Reserved
</div>
</div>
<div
class="flex flex-row items-center font-Montserrat text-xs font-light text-gray-400 dark:text-gray-500">
<span>Powered By</span>
<a href="https://gohugo.io/" aria-label="hugo link">
<img
src="/images/default/hugo-logo-wide.svg"
alt="Hugo"
class="mx-1 h-3" />
</a>
<span> ∣ Based on Theme</span>
<a
href="https://github.com/mrhelloboy/seven"
aria-label="The github address of seven theme"
class="">
<img
id="footer-theme-light-logo"
src="/images/default/seven-logo.svg"
alt="seven theme logo"
class="mx-1 h-5" />
<img
id="footer-theme-dark-logo"
src="/images/default/seven-logo-dark.svg"
alt="seven theme logo"
class="mx-1 hidden h-5" />
</a>
</div>
<div
class="mt-4 flex space-x-5 sm:justify-center md:mt-0 rtl:space-x-reverse">
<a
href="mailto:[email protected]"
class="text-gray-400 hover:text-gray-900 dark:hover:text-white">
<svg
class="h-4 w-4"
aria-hidden="true"
fill="currentColor"
viewBox="0 0 1024 1024"
version="1.1"
xmlns="http://www.w3.org/2000/svg">
<path
d="M513 583.8l448.5-448.5c-11.6-4.7-24.3-7.3-37.5-7.3H100c-12.7 0-24.9 2.4-36.1 6.7L513 583.8z"
p-id="88208"></path>
<path
d="M513 674.3L14.6 175.9C5.3 191.1 0 208.9 0 228v568c0 55.2 44.8 100 100 100h824c55.2 0 100-44.8 100-100V228c0-18.5-5.1-35.9-13.9-50.8L513 674.3z"
p-id="88209"></path>
</svg>
<span class="sr-only">Email page</span>
</a>
<a
href=""
class="text-gray-400 hover:text-gray-900 dark:hover:text-white">
<svg
class="h-4 w-4"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
viewBox="0 0 8 19">
<path
fill-rule="evenodd"
d="M6.135 3H8V0H6.135a4.147 4.147 0 0 0-4.142 4.142V6H0v3h2v9.938h3V9h2.021l.592-3H5V3.591A.6.6 0 0 1 5.592 3h.543Z"
clip-rule="evenodd" />
</svg>
<span class="sr-only">Facebook page</span>
</a>
<a
href="https://github.com/Dyson-Wang"
class="text-gray-400 hover:text-gray-900 dark:hover:text-white">
<svg
class="h-4 w-4"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
viewBox="0 0 20 20">
<path
fill-rule="evenodd"
d="M10 .333A9.911 9.911 0 0 0 6.866 19.65c.5.092.678-.215.678-.477 0-.237-.01-1.017-.014-1.845-2.757.6-3.338-1.169-3.338-1.169a2.627 2.627 0 0 0-1.1-1.451c-.9-.615.07-.6.07-.6a2.084 2.084 0 0 1 1.518 1.021 2.11 2.11 0 0 0 2.884.823c.044-.503.268-.973.63-1.325-2.2-.25-4.516-1.1-4.516-4.9A3.832 3.832 0 0 1 4.7 7.068a3.56 3.56 0 0 1 .095-2.623s.832-.266 2.726 1.016a9.409 9.409 0 0 1 4.962 0c1.89-1.282 2.717-1.016 2.717-1.016.366.83.402 1.768.1 2.623a3.827 3.827 0 0 1 1.02 2.659c0 3.807-2.319 4.644-4.525 4.889a2.366 2.366 0 0 1 .673 1.834c0 1.326-.012 2.394-.012 2.72 0 .263.18.572.681.475A9.911 9.911 0 0 0 10 .333Z"
clip-rule="evenodd" />
</svg>
<span class="sr-only">GitHub account</span>
</a>
<button
data-popover-target="wechat-popover-no-arrow"
type="button"
class="text-gray-400 hover:text-gray-900 dark:hover:text-white">
<svg
class="h-4 w-4"
viewBox="0 0 1184 1024"
fill="currentColor"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
p-id="1495">
<path
d="M331.424 263.424q0-23.424-14.272-37.728t-37.728-14.272q-24.576 0-43.424 14.56t-18.848 37.44q0 22.272 18.848 36.864t43.424 14.56q23.424 0 37.728-14.016t14.272-37.44zM756 553.152q0-16-14.56-28.576t-37.44-12.576q-15.424 0-28.288 12.864t-12.864 28.288q0 16 12.864 28.864t28.288 12.864q22.848 0 37.44-12.576t14.56-29.152zM621.152 263.424q0-23.424-14.016-37.728t-37.44-14.272q-24.576 0-43.424 14.56t-18.848 37.44q0 22.272 18.848 36.864t43.424 14.56q23.424 0 37.44-14.016t14.016-37.44zM984 553.152q0-16-14.848-28.576t-37.152-12.576q-15.424 0-28.288 12.864t-12.864 28.288q0 16 12.864 28.864t28.288 12.864q22.272 0 37.152-12.576t14.848-29.152zM832 326.272q-17.728-2.272-40-2.272-96.576 0-177.728 44t-127.712 119.136-46.56 164.288q0 44.576 13.152 86.848-20 1.728-38.848 1.728-14.848 0-28.576-0.864t-31.424-3.712-25.44-4-31.136-6.016-28.576-6.016l-144.576 72.576 41.152-124.576q-165.728-116-165.728-280 0-96.576 55.712-177.728t150.848-127.712 207.712-46.56q100.576 0 190.016 37.728t149.728 104.288 78.016 148.864zM1170.272 646.848q0 66.848-39.136 127.712t-106.016 110.56l31.424 103.424-113.728-62.272q-85.728 21.152-124.576 21.152-96.576 0-177.728-40.288t-127.712-109.44-46.56-150.848 46.56-150.848 127.712-109.44 177.728-40.288q92 0 173.152 40.288t130.016 109.728 48.864 150.56z"
p-id="1496"></path>
</svg>
</button>
<div
data-popover
id="wechat-popover-no-arrow"
role="tooltip"
class="invisible absolute z-10 inline-block hidden w-52 overflow-hidden rounded-lg border border-gray-100 bg-white text-sm text-gray-500 opacity-0 shadow-sm transition-opacity duration-300 dark:border-gray-600 dark:bg-gray-800 dark:text-gray-400">
<ul class="text-sm text-gray-700 dark:text-gray-200">
<li>
<img src="/images/society/wechat/wechat.png" alt="" />
</li>
</ul>
</div>
<a
href=""
class="text-gray-400 hover:text-gray-900 dark:hover:text-white">
<svg
class="h-4 w-4"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 20 20">
<path
fill="currentColor"
d="M12.186 8.672 18.743.947h-2.927l-5.005 5.9-4.44-5.9H0l7.434 9.876-6.986 8.23h2.927l5.434-6.4 4.82 6.4H20L12.186 8.672Zm-2.267 2.671L8.544 9.515 3.2 2.42h2.2l4.312 5.719 1.375 1.828 5.731 7.613h-2.2l-4.699-6.237Z" />
</svg>
<span class="sr-only">X page</span>
</a>
<a href="#" class="text-gray-400 hover:text-gray-900 dark:hover:text-white">
<svg
class="h-4 w-4"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
viewBox="0 0 21 16">
<path
d="M16.942 1.556a16.3 16.3 0 0 0-4.126-1.3 12.04 12.04 0 0 0-.529 1.1 15.175 15.175 0 0 0-4.573 0 11.585 11.585 0 0 0-.535-1.1 16.274 16.274 0 0 0-4.129 1.3A17.392 17.392 0 0 0 .182 13.218a15.785 15.785 0 0 0 4.963 2.521c.41-.564.773-1.16 1.084-1.785a10.63 10.63 0 0 1-1.706-.83c.143-.106.283-.217.418-.33a11.664 11.664 0 0 0 10.118 0c.137.113.277.224.418.33-.544.328-1.116.606-1.71.832a12.52 12.52 0 0 0 1.084 1.785 16.46 16.46 0 0 0 5.064-2.595 17.286 17.286 0 0 0-2.973-11.59ZM6.678 10.813a1.941 1.941 0 0 1-1.8-2.045 1.93 1.93 0 0 1 1.8-2.047 1.919 1.919 0 0 1 1.8 2.047 1.93 1.93 0 0 1-1.8 2.045Zm6.644 0a1.94 1.94 0 0 1-1.8-2.045 1.93 1.93 0 0 1 1.8-2.047 1.918 1.918 0 0 1 1.8 2.047 1.93 1.93 0 0 1-1.8 2.045Z" />
</svg>
<span class="sr-only">Discord community</span>
</a>
<a href="#" class="text-gray-400 hover:text-gray-900 dark:hover:text-white">
<svg
class="h-4 w-4"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
viewBox="0 0 20 20">
<path
fill-rule="evenodd"
d="M10 0a10 10 0 1 0 10 10A10.009 10.009 0 0 0 10 0Zm6.613 4.614a8.523 8.523 0 0 1 1.93 5.32 20.094 20.094 0 0 0-5.949-.274c-.059-.149-.122-.292-.184-.441a23.879 23.879 0 0 0-.566-1.239 11.41 11.41 0 0 0 4.769-3.366ZM8 1.707a8.821 8.821 0 0 1 2-.238 8.5 8.5 0 0 1 5.664 2.152 9.608 9.608 0 0 1-4.476 3.087A45.758 45.758 0 0 0 8 1.707ZM1.642 8.262a8.57 8.57 0 0 1 4.73-5.981A53.998 53.998 0 0 1 9.54 7.222a32.078 32.078 0 0 1-7.9 1.04h.002Zm2.01 7.46a8.51 8.51 0 0 1-2.2-5.707v-.262a31.64 31.64 0 0 0 8.777-1.219c.243.477.477.964.692 1.449-.114.032-.227.067-.336.1a13.569 13.569 0 0 0-6.942 5.636l.009.003ZM10 18.556a8.508 8.508 0 0 1-5.243-1.8 11.717 11.717 0 0 1 6.7-5.332.509.509 0 0 1 .055-.02 35.65 35.65 0 0 1 1.819 6.476 8.476 8.476 0 0 1-3.331.676Zm4.772-1.462A37.232 37.232 0 0 0 13.113 11a12.513 12.513 0 0 1 5.321.364 8.56 8.56 0 0 1-3.66 5.73h-.002Z"
clip-rule="evenodd" />
</svg>
<span class="sr-only">Dribbble account</span>
</a>
</div>
</footer>
<script>
var matches = document.querySelectorAll("button[data-popover-target]");
for (var i = 0; i < matches.length; i++) {
let id = matches[i].getAttribute("data-popover-target");
matches[i].addEventListener("mouseenter", function () {
document.getElementById(id).classList.remove("hidden");
});
matches[i].addEventListener("mouseleave", function () {
document.getElementById(id).classList.add("hidden");
});
}
</script>
<script src="/js/dark-mode.min.f4601e5679d2fc365123dbb2569483af6ba487a6873fd698326ba052b1868055.js" defer></script>
<script>
let tabs = document.querySelectorAll("[data-tab-target]");
let activedTab = getActivedTab();
let oldContentId = null;
init();
tabs.forEach((tab) => {
tab.addEventListener("click", function () {
activedTab = getActivedTab();
if (activedTab === this.id) return;
setTabAriaSelected(activedTab, "false");
oldContentId = document.getElementById(activedTab).dataset.tabTarget;
addHiddenClass(oldContentId);
setActivedTab(this.id);
setTabAriaSelected(this.id, "true");
removeHiddenClass(this.dataset.tabTarget);
});
});
function init() {
if (!activedTab) {
activedTab = "home-1";
setActivedTab(activedTab);
}
setTabAriaSelected(activedTab, "true");
removeHiddenClass(document.getElementById(activedTab).dataset.tabTarget);
}
function getActivedTab() {
return localStorage.getItem("activedTab");
}
function setActivedTab(tabId) {
localStorage.setItem("activedTab", tabId);
}
function setTabAriaSelected(tabId, value) {
document.getElementById(tabId).setAttribute("aria-selected", value);
}
function addHiddenClass(contentID) {
document.getElementById(contentID).classList.add("md:hidden");
}
function removeHiddenClass(contentID) {
document.getElementById(contentID).classList.remove("md:hidden");
}
</script>
</body>
</html>