feat: 主菜单加技能管理入口
This commit is contained in:
parent
27973cc842
commit
82629a06ae
@ -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": "开发产线",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user