chore: import upstream snapshot with attribution
Component Security Validation / Security Audit (push) Has been cancelled
Deploy to Cloudflare Pages / deploy (push) Has been cancelled

This commit is contained in:
wehub-resource-sync
2026-07-13 12:38:58 +08:00
commit bb5c75ce05
8824 changed files with 1946442 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
This favicon was generated using the following font:
- Font Title: Leckerli One
- Font Author: undefined
- Font Source: https://fonts.gstatic.com/s/leckerlione/v21/V8mCoQH8VCsNttEnxnGQ-1itLZxcBtItFw.ttf
- Font License: undefined)
Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 758 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

+1
View File
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 264 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 448 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

+23
View File
@@ -0,0 +1,23 @@
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<!-- Terminal background -->
<rect x="2" y="4" width="28" height="24" rx="3" fill="#0d1117" stroke="#30363d" stroke-width="1"/>
<!-- Terminal header -->
<rect x="2" y="4" width="28" height="6" rx="3" fill="#161b22"/>
<rect x="2" y="10" width="28" height="18" fill="#0d1117"/>
<!-- Terminal dots -->
<circle cx="6" cy="7" r="1.5" fill="#f85149"/>
<circle cx="10" cy="7" r="1.5" fill="#f97316"/>
<circle cx="14" cy="7" r="1.5" fill="#3fb950"/>
<!-- Command prompt -->
<text x="5" y="17" font-family="monospace" font-size="8" fill="#3fb950">$</text>
<!-- Code bracket -->
<path d="M9 14 L11 16 L9 18" stroke="#d57455" stroke-width="1.5" fill="none" stroke-linecap="round"/>
<path d="M15 14 L13 16 L15 18" stroke="#d57455" stroke-width="1.5" fill="none" stroke-linecap="round"/>
<!-- Cursor -->
<rect x="17" y="15" width="1" height="3" fill="#c9d1d9"/>
</svg>

After

Width:  |  Height:  |  Size: 986 B