恢复图片
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,17 @@
<svg width="600" height="400" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad5" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#a8edea;stop-opacity:1" />
<stop offset="100%" style="stop-color:#fed6e3;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="600" height="400" fill="url(#grad5)"/>
<g transform="translate(300, 200)">
<!-- 书本图标 -->
<rect x="-35" y="-25" width="70" height="50" stroke="white" stroke-width="3" fill="none"/>
<line x1="-35" y1="-15" x2="35" y2="-15" stroke="white" stroke-width="2"/>
<line x1="-35" y1="-5" x2="35" y2="-5" stroke="white" stroke-width="2"/>
<line x1="-35" y1="5" x2="35" y2="5" stroke="white" stroke-width="2"/>
</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: 938 B