llmage/wwwroot/menu.ui
yumoqing efee227cf1 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
2026-05-17 01:08:32 +08:00

43 lines
838 B
XML

{
"widgettype": "Menu",
"options":{
"target": "PopupWindow",
"popup_options": {
"width": "60%",
"height":"75%"
},
"items":[
{
"name":"llmusage",
"label":"模型用量",
"url":"{{entire_url('/llmage/llmusage')}}"
},
{
"name":"catelog",
"label":"模型类型",
"url":"{{entire_url('/llmage/llmcatelog')}}"
},
{
"name":"listllmprovider",
"label": "供应商模型列表",
"url":"{{entire_url('/llmage/show_llms_by_providers.ui')}}"
},
{
"name":"listllm",
"label": "模型列表",
"url":"{{entire_url('/llmage/show_llms.ui')}}"
},
{
"name":"llm",
"label":"模型",
"url":"{{entire_url('/llmage/llm')}}"
},
{
"name":"llmcatelog_rel",
"label":"类型关联",
"url":"{{entire_url('/llmage/llm_catalog_rel_manage.ui')}}"
}
]
}
}