first commit

This commit is contained in:
2026-07-02 23:51:05 +08:00
commit 438be1a9df
32 changed files with 8418 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#3b82f6"/>
<stop offset="100%" stop-color="#06b6d4"/>
</linearGradient>
</defs>
<rect x="2" y="2" width="28" height="28" rx="8" fill="#0a1428"/>
<path d="M8 16h16M16 8v16" stroke="url(#g)" stroke-width="2.5" stroke-linecap="round"/>
<circle cx="16" cy="16" r="3" fill="#7eb6ff"/>
</svg>

After

Width:  |  Height:  |  Size: 467 B