From d338522692de1756d4457e0b982e0bbf415d4f15 Mon Sep 17 00:00:00 2001 From: coder Date: Sat, 11 Apr 2026 10:51:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=99=A8=E6=A0=87=E7=AD=BE=E5=9B=BE=E6=A0=87=20favicon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 创建 SVG 格式 favicon(蓝色文档+翻译箭头+中文标记) - 在所有前台页面添加 favicon:index, login, register, history, pricing, translation - 在所有后台管理页面添加 favicon --- static/img/favicon.svg | 11 +++++++++++ templates/admin/cache.html | 1 + templates/admin/dashboard.html | 1 + templates/admin/llm_config.html | 1 + templates/admin/logs.html | 1 + templates/admin/membership.html | 1 + templates/admin/membership_plan_form.html | 1 + templates/admin/membership_plans.html | 1 + templates/admin/package_form.html | 1 + templates/admin/packages.html | 1 + templates/admin/settings.html | 1 + templates/admin/stats.html | 1 + templates/admin/translation_detail.html | 1 + templates/admin/translations.html | 1 + templates/admin/user_detail.html | 1 + templates/admin/user_limits.html | 1 + templates/admin/user_type_form.html | 1 + templates/admin/user_types.html | 1 + templates/admin/users.html | 1 + templates/history.html | 1 + templates/index.html | 1 + templates/login.html | 1 + templates/pricing.html | 1 + templates/register.html | 1 + templates/translation.html | 3 ++- 25 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 static/img/favicon.svg diff --git a/static/img/favicon.svg b/static/img/favicon.svg new file mode 100644 index 0000000..bf32983 --- /dev/null +++ b/static/img/favicon.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/templates/admin/cache.html b/templates/admin/cache.html index 18b6e07..4b8506a 100644 --- a/templates/admin/cache.html +++ b/templates/admin/cache.html @@ -3,6 +3,7 @@ 缓存管理 - 后台管理 +