Files
pdf-translate-web/static/img/favicon.svg
coder d338522692 feat: 添加浏览器标签图标 favicon
- 创建 SVG 格式 favicon(蓝色文档+翻译箭头+中文标记)
- 在所有前台页面添加 favicon:index, login, register, history, pricing, translation
- 在所有后台管理页面添加 favicon
2026-04-11 10:51:24 +08:00

11 lines
678 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect x="4" y="2" width="16" height="28" rx="2" fill="#4a90d9"/>
<rect x="6" y="6" width="10" height="2" fill="#fff"/>
<rect x="6" y="10" width="10" height="1" fill="#fff" opacity="0.7"/>
<rect x="6" y="13" width="8" height="1" fill="#fff" opacity="0.7"/>
<rect x="6" y="16" width="10" height="1" fill="#fff" opacity="0.7"/>
<rect x="6" y="19" width="6" height="1" fill="#fff" opacity="0.7"/>
<path d="M20 8 L28 16 L20 24 L20 20 L14 20 L14 12 L20 12 Z" fill="#28a745"/>
<circle cx="26" cy="16" r="4" fill="#ffc107"/>
<text x="24" y="18" font-size="6" fill="#333" font-weight="bold"></text>
</svg>