From 42f283b665c0b72a7ae495d6350a91baa3b8584f Mon Sep 17 00:00:00 2001 From: ymq Date: Tue, 1 Sep 2026 14:06:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(rag):=20=E7=9F=A5=E8=AF=86=E5=BA=93?= =?UTF-8?q?=E9=A1=B5=E5=8A=A0=E5=BC=95=E6=93=8E=E9=85=8D=E7=BD=AE=E5=85=A5?= =?UTF-8?q?=E5=8F=A3=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/knowledge_bases_list/index.ui | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/wwwroot/knowledge_bases_list/index.ui b/wwwroot/knowledge_bases_list/index.ui index 3760a45..11eed6b 100644 --- a/wwwroot/knowledge_bases_list/index.ui +++ b/wwwroot/knowledge_bases_list/index.ui @@ -75,6 +75,26 @@ } } ] + }, + { + "widgettype": "Button", + "options": { + "label": "⚙️ 引擎配置", + "bgcolor": "#8b5cf6", + "color": "#fff" + }, + "binds": [ + { + "wid": "self", + "event": "click", + "actiontype": "urlwidget", + "target": "app.rag_main_content", + "mode": "replace", + "options": { + "url": "{{entire_url('../engine_configs_list/index.ui')}}" + } + } + ] } ] }