From 82629a06ae5acfb45ab299b03ef85e21d0bfb545 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 16 Aug 2026 19:16:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BB=E8=8F=9C=E5=8D=95=E5=8A=A0?= =?UTF-8?q?=E6=8A=80=E8=83=BD=E7=AE=A1=E7=90=86=E5=85=A5=E5=8F=A3?= 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 1af5cf0..5becb50 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -104,6 +104,12 @@ "icon": "", "script": "this.open_tab({name:'generic_agent',label:'通用助手',url:'/pipeline_core/agent_generic',removable:true})" }, + { + "name": "skill_manage", + "label": "技能管理", + "icon": "{{entire_url('/imgs/cubes.svg')}}", + "script": "this.open_tab({name:'skill_manage',label:'技能管理',url:'/pipeline_core/skill_proposals',removable:true})" + }, { "name": "pipeline_sdlc", "label": "开发产线",