From 3414a9a6923c11ea5fe30c47a39c33bdad63026a Mon Sep 17 00:00:00 2001 From: p
Date: Fri, 14 Aug 2026 18:02:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8A=A0=E6=A8=A1=E5=9E=8B=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E8=8F=9C=E5=8D=95=EF=BC=88/pipeline=5Fcore/llm?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/index.ui | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 52ad8af..cdbad54 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -92,6 +92,12 @@ "icon": "{{entire_url('/imgs/cubes.svg')}}", "script": "this.open_tab({name:'pipeline_core',label:'产线管理',url:'/pipeline_core',removable:true})" }, + { + "name": "llm_manage", + "label": "模型管理", + "icon": "", + "script": "this.open_tab({name:'llm_manage',label:'模型管理',url:'/pipeline_core/llm',removable:true})" + }, { "name": "pipeline_sdlc", "label": "开发产线",