初始化

This commit is contained in:
2026-02-22 18:56:10 +08:00
commit 26677972a6
3112 changed files with 255972 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<svg width="64" height="64" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="EasyFlow favicon">
<defs>
<linearGradient id="efFavGrad" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#1D4ED8"/>
<stop offset="100%" stop-color="#0891B2"/>
</linearGradient>
</defs>
<rect x="4" y="4" width="56" height="56" rx="16" fill="url(#efFavGrad)"/>
<path d="M17 22h15m14 0h1m-16 20h15m-15 0H17" stroke="#FFFFFF" stroke-width="4" stroke-linecap="round"/>
<path d="M32 22v20m0 0l11-8" stroke="#FFFFFF" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="17" cy="22" r="4" fill="#FFFFFF"/>
<circle cx="47" cy="22" r="4" fill="#FFFFFF"/>
<circle cx="32" cy="42" r="4" fill="#FFFFFF"/>
<circle cx="17" cy="42" r="4" fill="#FFFFFF"/>
</svg>

After

Width:  |  Height:  |  Size: 827 B