{ "widgettype": "TabPanel", "options": { "css": "filler", "width": "100%", "height": "100%", "tab_pos": "top", "items": [ { "name": "workbench", "label": "🎮 游戏工作台", "icon": "", "content": { "widgettype": "urlwidget", "options": { "url": "/scense_game/workbench/workbench.ui" } } }, { "name": "world", "label": "世界管理", "icon": "", "content": { "widgettype": "urlwidget", "options": { "url": "/world/index.ui" } } }, { "name": "scene", "label": "场景管理", "icon": "", "content": { "widgettype": "urlwidget", "options": { "url": "/scene/index.ui" } } }, { "name": "entity", "label": "实体管理", "icon": "", "content": { "widgettype": "urlwidget", "options": { "url": "/entity/index.ui" } } }, { "name": "script", "label": "脚本引擎", "icon": "", "content": { "widgettype": "urlwidget", "options": { "url": "/script_engine/index.ui" } } }, { "name": "demo", "label": "实时演示", "icon": "", "content": { "widgettype": "urlwidget", "options": { "url": "/scense_demo/index.ui" } } }, { "name": "drag", "label": "拖拽编程", "icon": "", "content": { "widgettype": "urlwidget", "options": { "url": "/scense_drag/editor.ui" } } }, { "name": "snapshot", "label": "世界快照", "icon": "", "content": { "widgettype": "urlwidget", "options": { "url": "/world_snapshot/index.ui" } } }, { "name": "sync", "label": "世界同步", "icon": "", "content": { "widgettype": "urlwidget", "options": { "url": "/world_sync/index.ui" } } } ] } }