From 1ab0ade8b402f11748111266130d2ab5ee607018 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 2 Sep 2026 15:07:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(menu):=20=E5=B9=B3=E5=8F=B0=E5=86=85?= =?UTF-8?q?=E9=83=A8=E5=8A=A9=E6=89=8B=E8=8F=9C=E5=8D=95=E9=A1=B9(?= =?UTF-8?q?=E4=BB=85=E7=AE=A1=E7=90=86=E5=91=98=E5=8F=AF=E8=A7=81)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 入口→/pipeline_core/agent_platform, is_admin门控(owner.superuser/admin) --- wwwroot/index.ui | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 1f95c8c..b7240ee 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -199,6 +199,14 @@ "icon": "", "script": "this.open_tab({name:'generic_agent',label:'通用助手',url:'/pipeline_core/agent_generic',removable:true})" }, +{% if is_admin %} + { + "name": "platform_agent", + "label": "平台内部助手", + "icon": "", + "script": "this.open_tab({name:'platform_agent',label:'平台内部助手',url:'/pipeline_core/agent_platform',removable:true})" + }, +{% endif %} { "name": "skill_manage", "label": "技能管理",