From abb76bf6d392eaa9fdfbaf164ba978694fe98a92 Mon Sep 17 00:00:00 2001 From: coder Date: Thu, 16 Apr 2026 18:31:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=93=8D=E4=BD=9C=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E6=94=BE=E5=A4=A7=EF=BC=8C=E6=9B=B4=E6=B8=85?= =?UTF-8?q?=E6=99=B0=E5=8F=AF=E8=A7=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - btn-sm 改成 btn 正常大小 - 图标加 fs-5 类放大字体 - 切换按钮图标改成电源图标(power)更直观 - 设为默认图标改成实心星星 - 操作列宽度加宽到180px --- templates/admin/llm_config.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/templates/admin/llm_config.html b/templates/admin/llm_config.html index b776e5b..23debe9 100644 --- a/templates/admin/llm_config.html +++ b/templates/admin/llm_config.html @@ -63,7 +63,7 @@ Token 状态 默认 - 操作 + 操作 @@ -92,15 +92,17 @@ {% endif %} - - - {% if not item.is_default %} - - {% endif %} - - {% if not item.is_default %} - - {% endif %} +
+ + + {% if not item.is_default %} + + {% endif %} + + {% if not item.is_default %} + + {% endif %} +
{% else %}