Files
zhengchen.tao dcda919a32
Build and Deploy Blog / build (push) Successful in 25s
feat: 添加 favicon.svg 文件并更新配置
2026-05-06 11:46:32 +08:00

11 lines
550 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="240" height="240" viewBox="0 0 240 240">
<defs>
<linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#3b82f6"/>
<stop offset="100%" stop-color="#8b5cf6"/>
</linearGradient>
</defs>
<rect width="240" height="240" rx="120" fill="url(#g)"/>
<text x="120" y="158" font-size="120" text-anchor="middle" fill="#ffffff" font-family="-apple-system,BlinkMacSystemFont,'PingFang SC','Microsoft YaHei',sans-serif" font-weight="700"></text>
</svg>