This commit is contained in:
2026-03-27 03:58:57 +08:00
commit 86eba27a24
38 changed files with 4074 additions and 0 deletions

12
static/assets/favicon.svg Normal file
View File

@@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
<!-- Dark background -->
<rect width="32" height="32" rx="6" fill="#0d1117"/>
<!-- Monitor icon (scaled from 24×24 to ~20×20, centered) -->
<g transform="translate(6, 6) scale(0.833)" stroke="#00d4ff" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round" fill="none">
<rect x="2" y="3" width="20" height="14" rx="2"/>
<line x1="8" y1="21" x2="16" y2="21"/>
<line x1="12" y1="17" x2="12" y2="21"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 533 B

Binary file not shown.

Binary file not shown.