146 lines
5.4 KiB
XML
146 lines
5.4 KiB
XML
{
|
|
"id": "app",
|
|
"widgettype": "VBox",
|
|
"options": {
|
|
"css": "filler",
|
|
"width": "100%",
|
|
"height": "100%",
|
|
"spacing": 0
|
|
},
|
|
"subwidgets": [
|
|
{
|
|
"widgettype": "urlwidget",
|
|
"options": {
|
|
"cheight": 2.5,
|
|
"url": "{{entire_url('/top.ui')}}"
|
|
}
|
|
},
|
|
{
|
|
"widgettype": "HBox",
|
|
"options": {
|
|
"css": "filler",
|
|
"width": "100%",
|
|
"spacing": 0
|
|
},
|
|
"subwidgets": [
|
|
{
|
|
"widgettype": "VBox",
|
|
"options": {
|
|
"css": "rag-sidebar",
|
|
"cwidth": 13
|
|
},
|
|
"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": "filler",
|
|
"padding": "8px"
|
|
},
|
|
"subwidgets": [
|
|
{
|
|
"widgettype": "Text",
|
|
"options": {
|
|
"text": "欢迎使用 RAG Server — 多媒体知识库平台",
|
|
"i18n": false
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"widgettype": "Text",
|
|
"options": {
|
|
"text": "© 2026 RAG Server",
|
|
"css": "rag-bottom"
|
|
}
|
|
}
|
|
]
|
|
}
|