From 8086d76e93957455b50a3edb79687eb1c9c4ca58 Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Sat, 11 Apr 2026 11:31:17 +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 --- admin/static/img/favicon.svg | 12 ++++++++++++ admin/templates/auto-profiles.html | 1 + admin/templates/chat.html | 1 + admin/templates/config.html | 1 + admin/templates/index.html | 1 + admin/templates/logs.html | 1 + admin/templates/models.html | 1 + admin/templates/providers.html | 1 + 8 files changed, 19 insertions(+) create mode 100644 admin/static/img/favicon.svg diff --git a/admin/static/img/favicon.svg b/admin/static/img/favicon.svg new file mode 100644 index 0000000..ae3cdd1 --- /dev/null +++ b/admin/static/img/favicon.svg @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/admin/templates/auto-profiles.html b/admin/templates/auto-profiles.html index 6e2be03..edcbb9b 100644 --- a/admin/templates/auto-profiles.html +++ b/admin/templates/auto-profiles.html @@ -4,6 +4,7 @@