From 00eb2e4292fa3b2bb6629be6d8bd5b31fe0f0239 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 10 Sep 2026 14:08:57 +0800 Subject: [PATCH] =?UTF-8?q?refactor(menu):=20=E3=80=8C=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E6=B2=BB=E7=90=86=E3=80=8D=E8=8F=9C=E5=8D=95=E9=A1=B9=E6=94=B9?= =?UTF-8?q?=E5=90=8D=E3=80=8C=E6=A8=A1=E5=9E=8B=E7=BD=91=E5=85=B3=E3=80=8D?= =?UTF-8?q?(=E7=94=A8=E6=88=B72026-09-09=E5=AE=9A=E5=90=8D,=E4=BB=85?= =?UTF-8?q?=E6=94=B9label;=E5=86=85=E9=83=A8name=20llm=5Fgovernance?= =?UTF-8?q?=E4=B8=8Etab=E7=BC=93=E5=AD=98=E9=94=AE=E4=B8=8D=E5=8A=A8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/index.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index c6d6601..51004da 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -235,9 +235,9 @@ {% else %} { "name": "llm_governance", - "label": "模型治理", + "label": "模型网关", "icon": "", - "script": "this.open_tab({name:'llm_governance',label:'模型治理',url:'/pipeline-llm',removable:true})" + "script": "this.open_tab({name:'llm_governance',label:'模型网关',url:'/pipeline-llm',removable:true})" }, { "name": "generic_agent",