- 创建 SVG 格式 favicon(蓝色文档+翻译箭头+中文标记) - 在所有前台页面添加 favicon:index, login, register, history, pricing, translation - 在所有后台管理页面添加 favicon
11 lines
678 B
XML
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> |