86 lines
4.7 KiB
XML

{
"widgettype": "VBox",
"options": {"cheight": 40, "width": "100%", "padding": "0", "spacing": 0},
"subwidgets": [
{
"widgettype": "HBox",
"options": {"width": "100%", "bgcolor": "#f8f9fa", "padding": "10px 16px", "alignItems": "center", "borderBottom": "1px solid #e0e0e0"},
"subwidgets": [
{"widgettype": "Text", "options": {"text": "← 知识库列表", "css": "clickable", "cfontsize": 14, "color": "#4a90d9"}, "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": " / ", "cfontsize": 14, "color": "#ccc"}},
{"widgettype": "Text", "options": {"text": "📚 产品文档", "cfontsize": 16, "fontWeight": "bold", "color": "#333"}},
{"widgettype": "Text", "options": {"text": "", "css": "filler"}}
]
},
{
"widgettype": "HBox",
"options": {"css": "filler", "width": "100%", "spacing": 0},
"subwidgets": [
{
"widgettype": "VBox",
"options": {"cwidth": 16, "bgcolor": "#fafafa", "borderRight": "1px solid #e0e0e0", "spacing": 0},
"subwidgets": [
{
"widgettype": "HBox",
"options": {"padding": "10px 12px", "bgcolor": "#f0f0f0", "borderBottom": "1px solid #e0e0e0"},
"subwidgets": [
{"widgettype": "Text", "options": {"text": "📁 目录结构", "cfontsize": 13, "fontWeight": "bold", "color": "#666"}}
]
},
{
"widgettype": "Tree",
"options": {
"title": "目录",
"parentField": "parentid",
"idField": "id",
"textField": "label",
"dataurl": "{{entire_url('./get_tree_data.dspy')}}?kb_id=kb1",
"newdata_params": {"kb_id": "kb1"},
"editable": {
"fields": [
{"name": "name", "title": "名称", "type": "str", "length": 255, "uitype": "str", "label": "名称"}
],
"add_url": "{{entire_url('./new_tree_item.dspy')}}",
"update_url": "{{entire_url('./update_tree_item.dspy')}}",
"delete_url": "{{entire_url('./delete_tree_item.dspy')}}"
}
}
}
]
},
{
"widgettype": "VBox",
"options": {"id": "detail_content", "css": "filler", "padding": "16px", "spacing": "12px"},
"subwidgets": [
{"widgettype": "Text", "options": {"text": "📂 请选择左侧目录查看文件", "cfontsize": 14, "color": "#888"}},
{
"widgettype": "VBox",
"options": {
"id": "upload_dropzone",
"width": "100%",
"cheight": 10,
"bgcolor": "#f8f9fa",
"padding": "24px",
"css": "card",
"border": "2px dashed #d0d0d0",
"alignItems": "center",
"justifyContent": "center",
"marginTop": "16px"
},
"subwidgets": [
{"widgettype": "Text", "options": {"text": "📂", "cfontsize": 32}},
{"widgettype": "Text", "options": {"text": "拖拽文件到此处上传", "cfontsize": 16, "color": "#888"}},
{"widgettype": "Text", "options": {"text": "支持: TXT, PDF, JPG, PNG, MP3, WAV, MP4, AVI", "cfontsize": 12, "color": "#aaa"}},
{"widgettype": "Text", "options": {"text": "单个文件最大 500MB · 自动向量化入库", "cfontsize": 12, "color": "#aaa"}}
]
}
]
}
]
}
]
}