{ "id": "app", "widgettype": "VBox", "options": { "css": "filler", "width": "100%", "height": "100%", "spacing": 0 }, "subwidgets": [ { "widgettype": "urlwidget", "options": { "url": "{{entire_url('/top.ui')}}" } }, { "widgettype": "HBox", "options": { "css": "main-area", "spacing": 0, "width": "100%" }, "subwidgets": [ { "widgettype": "VBox", "options": { "css": "rag-sidebar" }, "subwidgets": [ { "widgettype": "Text", "options": { "text": "RAG Server", "css": "menu-title" } }, { "widgettype": "Text", "options": { "text": "知识库", "css": "menu-item" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.rag_main_content", "mode": "replace", "options": { "url": "{{entire_url('/knowledge_bases_list/index.ui')}}" } } ] }, { "widgettype": "Text", "options": { "text": "文档管理", "css": "menu-item" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.rag_main_content", "mode": "replace", "options": { "url": "{{entire_url('/documents_list/index.ui')}}" } } ] }, { "widgettype": "Text", "options": { "text": "引擎配置", "css": "menu-item" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.rag_main_content", "mode": "replace", "options": { "url": "{{entire_url('/engine_configs_list/index.ui')}}" } } ] }, { "widgettype": "Text", "options": { "text": "订阅管理", "css": "menu-item" }, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.rag_main_content", "mode": "replace", "options": { "url": "{{entire_url('/subscriptions_list/index.ui')}}" } } ] } ] }, { "widgettype": "VBox", "options": { "id": "rag_main_content", "css": "rag-content", "padding": "0" }, "subwidgets": [ { "widgettype": "Text", "options": { "text": "欢迎使用 RAG Server — 多媒体知识库平台", "css": "", "i18n": false } } ] } ] }, { "widgettype": "Text", "options": { "text": "© 2026 RAG Server · 开元云科技", "css": "rag-bottom" } } ] }