feat: 添加浏览器标签图标 favicon

- 创建 SVG 格式 favicon(蓝色文档+翻译箭头+中文标记)
- 在所有前台页面添加 favicon:index, login, register, history, pricing, translation
- 在所有后台管理页面添加 favicon
This commit is contained in:
2026-04-11 10:51:24 +08:00
parent 8c35a8741a
commit d338522692
25 changed files with 36 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>翻译记录 - 后台管理</title>
<link rel="icon" href="/static/img/favicon.svg" type="image/svg+xml">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.0/font/bootstrap-icons.css" rel="stylesheet">
<style>