scene/wwwroot/import_page.ui

19 lines
1.1 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"widgettype": "VBox",
"options": {"width": "100%", "height": "100%", "padding": "20px"},
"subwidgets": [
{"widgettype": "Text", "options": {"label": "场景导入", "fontSize": "20px"}},
{"widgettype": "Text", "options": {"label": "支持 JSON 数组 / JSON Lines / CSV表头name,code,description,scene_type,status,config_json", "fontSize": "12px", "color": "#888888"}},
{"widgettype": "Form", "options": {
"submit_url": "{{entire_url('/scene/api/scene_import.dspy')}}",
"method": "POST"
}, "subwidgets": [
{"widgettype": "Select", "options": {"name": "world_id", "label": "目标世界", "required": "true",
"dataurl": "{{entire_url('/scene/api/get_search_world_id.dspy')}}", "valueField": "value", "textField": "text"}},
{"widgettype": "UiFile", "options": {"name": "file", "label": "导入文件", "required": "true"}},
{"widgettype": "Button", "options": {"label": "开始导入"}}
]},
{"widgettype": "VBox", "id": "app.scene_import_content", "options": {"width": "100%", "flex": "1", "marginTop": "20px"}}
]
}