From 867a0a3eaf84a1335dbd9dc05db9d05b934e3662 Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Tue, 28 Apr 2026 10:41:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=86=85=E7=BD=AE=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E5=AD=90=E7=B1=BB=E5=88=AB=E7=AE=A1=E7=90=86=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=20-=20=E5=88=86=E7=B1=BB=E7=AE=A1=E7=90=86=E4=B8=AD=E5=8F=AF?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=86=85=E7=BD=AE=E7=B1=BB=E5=88=AB=E7=9A=84?= =?UTF-8?q?=E5=AD=90=E7=B1=BB=E5=88=AB=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/admin.html | 72 ++++++++++++++++++++++++++++++++++++-------- 1 file changed, 60 insertions(+), 12 deletions(-) diff --git a/templates/admin.html b/templates/admin.html index 106faf1..40875d5 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -130,6 +130,9 @@
内置分类(AI模型、GPU、CPU)的子类别配置可在此编辑,其数据管理入口在左侧导航栏的独立页面。
+| 图标 | ID | 名称 | -描述 | -显示 | +类型 | +子类别 | 操作 | @@ -754,6 +757,9 @@ : '
|---|---|---|---|---|---|---|---|
| ${c.id} | ${c.name} | -${c.description || '-'} | -- + | + ${isBuiltin ? '内置' : '自定义'} + | ++ ${subcatCount > 0 ? `${subcatCount} 个` : '无'} | - - + + ${!isBuiltin ? `` : ''} |