ragserver/wwwroot/index.ui

151 lines
5.7 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": {
"bgcolor": "#2c2c2c",
"cwidth": 13,
"color": "#ccc"
},
"subwidgets": [
{
"widgettype": "Text",
"options": {
"text": "RAG Server",
"css": "menu-title"
}
},
{
"widgettype": "Button",
"options": {
"label": "知识库",
"bgcolor": "transparent",
"color": "#ccc"
},
"binds": [
{
"wid": "self",
"event": "tap",
"actiontype": "urlwidget",
"target": "app.rag_main_content",
"mode": "replace",
"options": {
"url": "{{entire_url('/knowledge_bases_list/index.ui')}}"
}
}
]
},
{
"widgettype": "Button",
"options": {
"label": "文档管理",
"bgcolor": "transparent",
"color": "#ccc"
},
"binds": [
{
"wid": "self",
"event": "tap",
"actiontype": "urlwidget",
"target": "app.rag_main_content",
"mode": "replace",
"options": {
"url": "{{entire_url('/documents_list/index.ui')}}"
}
}
]
},
{
"widgettype": "Button",
"options": {
"label": "引擎配置",
"bgcolor": "transparent",
"color": "#ccc"
},
"binds": [
{
"wid": "self",
"event": "tap",
"actiontype": "urlwidget",
"target": "app.rag_main_content",
"mode": "replace",
"options": {
"url": "{{entire_url('/engine_configs_list/index.ui')}}"
}
}
]
},
{
"widgettype": "Button",
"options": {
"label": "订阅管理",
"bgcolor": "transparent",
"color": "#ccc"
},
"binds": [
{
"wid": "self",
"event": "tap",
"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"
}
}
]
}