feat(rag): 知识库页加引擎配置入口按钮

This commit is contained in:
ymq 2026-09-01 14:06:23 +08:00
parent 295917b590
commit 42f283b665

View File

@ -75,6 +75,26 @@
}
}
]
},
{
"widgettype": "Button",
"options": {
"label": "⚙️ 引擎配置",
"bgcolor": "#8b5cf6",
"color": "#fff"
},
"binds": [
{
"wid": "self",
"event": "click",
"actiontype": "urlwidget",
"target": "app.rag_main_content",
"mode": "replace",
"options": {
"url": "{{entire_url('../engine_configs_list/index.ui')}}"
}
}
]
}
]
}