From c941f128695bda17f5ddbac0eeca75b3337794f0 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 29 Aug 2025 22:29:32 +0800 Subject: [PATCH] bugfix --- wwwroot/menu.ui | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 wwwroot/menu.ui diff --git a/wwwroot/menu.ui b/wwwroot/menu.ui new file mode 100644 index 0000000..8b99695 --- /dev/null +++ b/wwwroot/menu.ui @@ -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')}}" + } + ] + } +}