llmage/wwwroot/menu.ui
2025-08-29 22:29:32 +08:00

33 lines
577 B
XML

{
"widgettype": "Menu",
"options":{
"target": "PopupWindow",
"popup_options": {
"width": "60%",
"height":"75%"
},
"items":[
{
"name":"catelog",
"label":"历史格式",
"url":"{{entire_url('/llmage/historyformat')}}"
},
{
"name":"catelog",
"label":"模型类型",
"url":"{{entire_url('/llmage/llmcatelog')}}"
},
{
"name":"listllm",
"label": "模型列表",
"url":"{{entire_url('/llmage/show_llms.ui')}}"
},
{
"name":"llm",
"label":"模型",
"url":"{{entire_url('/llmage/llm')}}"
}
]
}
}