feat: add catalog relation management entry in menu

- Add 类型关联 menu item pointing to llm_catalog_rel_manage.ui
- Allows managing LLM to catalog (type) relations from menu
This commit is contained in:
yumoqing 2026-05-17 01:08:32 +08:00
parent 1b74b5bf10
commit efee227cf1

View File

@ -27,11 +27,16 @@
"label": "模型列表",
"url":"{{entire_url('/llmage/show_llms.ui')}}"
},
{
"name":"llm",
"label":"模型",
"url":"{{entire_url('/llmage/llm')}}"
}
{
"name":"llm",
"label":"模型",
"url":"{{entire_url('/llmage/llm')}}"
},
{
"name":"llmcatelog_rel",
"label":"类型关联",
"url":"{{entire_url('/llmage/llm_catalog_rel_manage.ui')}}"
}
]
}
}