Files
BlackFruit-UI/assets/img/header/wenlv.png
yiqiu 1807f2aa03
All checks were successful
continuous-integration/drone/push Build is passing
恢复图片
2025-12-25 15:58:02 +08:00

15 lines
816 B
Plaintext

<svg width="600" height="400" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad4" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#fa709a;stop-opacity:1" />
<stop offset="100%" style="stop-color:#fee140;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="600" height="400" fill="url(#grad4)"/>
<g transform="translate(300, 200)">
<!-- 景点图标 - 山和太阳 -->
<circle cx="-30" cy="-30" r="15" stroke="white" stroke-width="3" fill="none"/>
<path d="M-50,20 L-30,-10 L-10,10 L10,-20 L30,0 L50,20 Z" stroke="white" stroke-width="3" fill="none"/>
</g>
<text x="300" y="350" font-family="Arial, sans-serif" font-size="32" fill="white" text-anchor="middle" font-weight="bold">文旅解决方案</text>
</svg>