From 0cdd52871da41fc90b509fe27ba7cc6d6b8e88c1 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 22 Jul 2026 14:51:25 +0800 Subject: [PATCH] fix: reorder content before sidebar so rag_main_content registers first --- wwwroot/index.ui | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index ab05967..1f358de 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -23,22 +23,6 @@ "spacing": 0 }, "subwidgets": [ - { - "widgettype": "VBox", - "options": { - "bgcolor": "#2c2c2c", - "cwidth": 13, - "color": "#ccc" - }, - "subwidgets": [ - { - "widgettype": "urlwidget", - "options": { - "url": "{{entire_url('menu.ui')}}" - } - }, - ] - }, { "widgettype": "VBox", "options": { @@ -55,6 +39,22 @@ } } ] + }, + { + "widgettype": "VBox", + "options": { + "bgcolor": "#2c2c2c", + "cwidth": 13, + "color": "#ccc" + }, + "subwidgets": [ + { + "widgettype": "urlwidget", + "options": { + "url": "{{entire_url('menu.ui')}}" + } + } + ] } ] },