提供基本前后端骨架

This commit is contained in:
hisatri
2026-01-06 23:49:23 +08:00
parent 84d4ccc226
commit 06f8176e23
89 changed files with 19293 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="16" cy="16" r="15" stroke="url(#grad)" stroke-width="2" fill="#0f0f14"/>
<path d="M10 12C10 9.79086 11.7909 8 14 8H18C20.2091 8 22 9.79086 22 12C22 14.2091 20.2091 16 18 16H14C11.7909 16 10 17.7909 10 20C10 22.2091 11.7909 24 14 24H18C20.2091 24 22 22.2091 22 20" stroke="url(#grad)" stroke-width="2" stroke-linecap="round"/>
<circle cx="16" cy="16" r="2" fill="url(#grad)"/>
<defs>
<linearGradient id="grad" x1="2" y1="2" x2="30" y2="30" gradientUnits="userSpaceOnUse">
<stop stop-color="#7aa2f7"/>
<stop offset="0.5" stop-color="#bb9af7"/>
<stop offset="1" stop-color="#7dcfff"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 760 B