refactor(menu): 「模型治理」菜单项改名「模型网关」(用户2026-09-09定名,仅改label;内部name llm_governance与tab缓存键不动)

This commit is contained in:
yumoqing 2026-09-10 14:08:57 +08:00
parent b2e10173ce
commit 00eb2e4292

View File

@ -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",