This commit is contained in:
yumoqing 2026-07-22 14:41:51 +08:00
parent eb533ff0bf
commit 8179d73b05

View File

@ -32,92 +32,11 @@
}, },
"subwidgets": [ "subwidgets": [
{ {
"widgettype": "Text", "widgettype": "widgettype",
"options": { "options": {
"text": "RAG Server", "url": "{{entire_url('menu.ui')}}"
"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')}}"
}
}
]
}
] ]
}, },
{ {