From efee227cf1d038a253c2baef937d69c21bad9eaf Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 17 May 2026 01:08:32 +0800 Subject: [PATCH] feat: add catalog relation management entry in menu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add 类型关联 menu item pointing to llm_catalog_rel_manage.ui - Allows managing LLM to catalog (type) relations from menu --- wwwroot/menu.ui | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/wwwroot/menu.ui b/wwwroot/menu.ui index b9890cc..4b05d07 100644 --- a/wwwroot/menu.ui +++ b/wwwroot/menu.ui @@ -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')}}" + } ] } }