恢复图片
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-12-25 15:58:02 +08:00
parent a2414d721c
commit 1807f2aa03
6 changed files with 96 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<svg width="600" height="400" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad2" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#f093fb;stop-opacity:1" />
<stop offset="100%" style="stop-color:#f5576c;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="600" height="400" fill="url(#grad2)"/>
<g transform="translate(300, 200)">
<!-- 金融图标 - 钱币符号 -->
<circle cx="0" cy="0" r="35" stroke="white" stroke-width="3" fill="none"/>
<text x="0" y="15" font-family="Arial, sans-serif" font-size="48" fill="white" text-anchor="middle" font-weight="bold">¥</text>
</g>
<text x="300" y="350" font-family="Arial, sans-serif" font-size="32" fill="white" text-anchor="middle" font-weight="bold">金融解决方案</text>
</svg>

After

Width:  |  Height:  |  Size: 837 B