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": "技能管理",