bugfix
This commit is contained in:
parent
690f4f7d91
commit
c941f12869
32
wwwroot/menu.ui
Normal file
32
wwwroot/menu.ui
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"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')}}"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user