This commit is contained in:
Qiu
2026-06-19 14:45:07 +08:00
commit a94cd3e890
428 changed files with 35429 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

+19
View File
@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#0366d6"/>
<stop offset="100%" stop-color="#0550b2"/>
</linearGradient>
</defs>
<rect width="512" height="512" rx="96" fill="url(#bg)"/>
<g transform="translate(100,106)" fill="none" stroke="#fff" stroke-width="24" stroke-linecap="round" stroke-linejoin="round">
<rect x="0" y="0" width="230" height="300" rx="12" fill="#fff" stroke="none"/>
<rect x="230" y="0" width="82" height="300" rx="8" fill="#e8f0fe" stroke="none"/>
<line x1="230" y1="0" x2="230" y2="300" stroke="#c8d8e8" stroke-width="8"/>
<line x1="40" y1="60" x2="190" y2="60" stroke="#0366d6" stroke-width="10"/>
<line x1="40" y1="110" x2="190" y2="110" stroke="#a0c0e8" stroke-width="8"/>
<line x1="40" y1="150" x2="170" y2="150" stroke="#a0c0e8" stroke-width="8"/>
<line x1="40" y1="190" x2="190" y2="190" stroke="#a0c0e8" stroke-width="8"/>
<line x1="40" y1="230" x2="140" y2="230" stroke="#a0c0e8" stroke-width="8"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB