From 14ea8788ae295c467fbdc70df156cab723ca6087 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 11 Sep 2025 18:46:32 +0800 Subject: [PATCH] bugfix --- wwwroot/public/index.ui | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/wwwroot/public/index.ui b/wwwroot/public/index.ui index 6b4a3c0..1616fef 100644 --- a/wwwroot/public/index.ui +++ b/wwwroot/public/index.ui @@ -40,28 +40,6 @@ } } }, - { - "name":"tune", - "label":"模型调优", - "refresh":true, - "content":{ - "widgettype":"urlwidget", - "options":{ - "url":"{{entire_url('tune')}}" - } - } - }, - { - "name":"llmapp", - "label":"大模型应用", - "refresh":true, - "content":{ - "widgettype":"urlwidget", - "options":{ - "url":"{{entire_url('llmapp')}}" - } - } - }, { "name":"about", "label":"关于我们", @@ -71,16 +49,6 @@ "url":"{{entire_url('about')}}" } } - }, - { - "name":"feelog", - "label":"Token日志", - "content":{ - "widgettype":"urlwidget", - "options":{ - "url":"{{entire_url('llmsquare/statistic/feelog.ui')}}" - } - } } ] }