bugfix
This commit is contained in:
parent
b6da2a9f35
commit
42606f06d0
@ -27,7 +27,7 @@
|
|||||||
"widgettype": "VBox",
|
"widgettype": "VBox",
|
||||||
"options": {
|
"options": {
|
||||||
"bgcolor": "#2c2c2c",
|
"bgcolor": "#2c2c2c",
|
||||||
"cwidth": 13,
|
"width": "240px",
|
||||||
"color": "#ccc"
|
"color": "#ccc"
|
||||||
},
|
},
|
||||||
"subwidgets": [
|
"subwidgets": [
|
||||||
|
|||||||
@ -6,48 +6,43 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"width": "100%",
|
"width": "100%",
|
||||||
"height": "100%",
|
"height": "100%",
|
||||||
|
"target": "app.rag_main_content",
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"name": "knowledge_bases",
|
"name": "knowledge_bases",
|
||||||
"label": "知识库",
|
"label": "知识库",
|
||||||
"icon": "{{entire_url('/bricks/imgs/app.svg')}}",
|
"icon": "{{entire_url('/bricks/imgs/app.svg')}}",
|
||||||
"url": "{{entire_url('/rag/knowledge_bases_list/index.ui')}}",
|
"url": "{{entire_url('/rag/knowledge_bases_list/index.ui')}}"
|
||||||
"target": "app.rag_main_content"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "tags",
|
"name": "tags",
|
||||||
"label": "标签管理",
|
"label": "标签管理",
|
||||||
"icon": "{{entire_url('/bricks/imgs/tag.png')}}",
|
"icon": "{{entire_url('/bricks/imgs/tag.png')}}",
|
||||||
"url": "{{entire_url('/tags_list/index.ui')}}",
|
"url": "{{entire_url('/tags_list/index.ui')}}"
|
||||||
"target": "app.rag_main_content"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "tag_assign",
|
"name": "tag_assign",
|
||||||
"label": "标签分配",
|
"label": "标签分配",
|
||||||
"icon": "{{entire_url('/bricks/imgs/edit.svg')}}",
|
"icon": "{{entire_url('/bricks/imgs/edit.svg')}}",
|
||||||
"url": "{{entire_url('/tag_assign/index.dspy')}}",
|
"url": "{{entire_url('/tag_assign/index.dspy')}}"
|
||||||
"target": "app.rag_main_content"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "tag_search",
|
"name": "tag_search",
|
||||||
"label": "标签检索",
|
"label": "标签检索",
|
||||||
"icon": "{{entire_url('/bricks/imgs/search.svg')}}",
|
"icon": "{{entire_url('/bricks/imgs/search.svg')}}",
|
||||||
"url": "{{entire_url('/tag_search/index.dspy')}}",
|
"url": "{{entire_url('/tag_search/index.dspy')}}"
|
||||||
"target": "app.rag_main_content"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "engines",
|
"name": "engines",
|
||||||
"label": "引擎配置",
|
"label": "引擎配置",
|
||||||
"icon": "{{entire_url('/bricks/imgs/rocket.svg')}}",
|
"icon": "{{entire_url('/bricks/imgs/rocket.svg')}}",
|
||||||
"url": "{{entire_url('/rag/engine_configs_list/index.ui')}}",
|
"url": "{{entire_url('/rag/engine_configs_list/index.ui')}}"
|
||||||
"target": "app.rag_main_content"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "subscriptions",
|
"name": "subscriptions",
|
||||||
"label": "订阅管理",
|
"label": "订阅管理",
|
||||||
"icon": "{{entire_url('/bricks/imgs/coins.svg')}}",
|
"icon": "{{entire_url('/bricks/imgs/coins.svg')}}",
|
||||||
"url": "{{entire_url('/subscriptions_list/index.ui')}}",
|
"url": "{{entire_url('/subscriptions_list/index.ui')}}"
|
||||||
"target": "app.rag_main_content"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user