128 lines
3.8 KiB
XML
128 lines
3.8 KiB
XML
{
|
|
"id": "app",
|
|
"widgettype": "VBox",
|
|
"options": {
|
|
"width": "100%",
|
|
"height": "100%",
|
|
"padding": "0"
|
|
},
|
|
"subwidgets": [
|
|
{
|
|
"widgettype": "HBox",
|
|
"options": {
|
|
"width": "100%",
|
|
"cheight": 2,
|
|
"bgcolor": "#1e293b",
|
|
"padding": "0 16px",
|
|
"alignItems": "center",
|
|
"gap": "12px"
|
|
},
|
|
"subwidgets": [
|
|
{
|
|
"widgettype": "Text",
|
|
"options": {
|
|
"text": "唤景平台 · 世界模式",
|
|
"cfontsize": 1.3,
|
|
"color": "#f8fafc"
|
|
}
|
|
},
|
|
{
|
|
"widgettype": "Filler"
|
|
},
|
|
{
|
|
"widgettype": "Text",
|
|
"options": {
|
|
"text": "测试环境",
|
|
"cfontsize": 1.0,
|
|
"color": "#94a3b8"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"widgettype": "HBox",
|
|
"options": {
|
|
"width": "100%",
|
|
"height": "100%",
|
|
"padding": "0"
|
|
},
|
|
"subwidgets": [
|
|
{
|
|
"widgettype": "VBox",
|
|
"options": {
|
|
"width": "220px",
|
|
"height": "100%",
|
|
"bgcolor": "#0f172a",
|
|
"padding": "8px"
|
|
},
|
|
"subwidgets": [
|
|
{
|
|
"widgettype": "Menu",
|
|
"id": "sidebar_menu",
|
|
"options": {
|
|
"width": "100%",
|
|
"height": "100%",
|
|
"target": "app.main_content",
|
|
"items": [
|
|
{
|
|
"name": "create_game",
|
|
"label": "创建游戏",
|
|
"icon": "",
|
|
"script": "var d={name:'create_game',label:'创建游戏',content:{widgettype:'urlwidget',options:{url:'/scense_game/workbench/create_hub.ui'}}};if(!this.opts.items.find(function(i){return i.name==='create_game'})){this.opts.items.push(d);this.add_tab(d)}this.show_tabcontent({params:{name:'create_game'}})"
|
|
},
|
|
{
|
|
"name": "play_game",
|
|
"label": "展示 + Play",
|
|
"icon": "",
|
|
"script": "var d={name:'play_game',label:'展示 + Play',content:{widgettype:'urlwidget',options:{url:'/scense_game/game/play_hub.ui'}}};if(!this.opts.items.find(function(i){return i.name==='play_game'})){this.opts.items.push(d);this.add_tab(d)}this.show_tabcontent({params:{name:'play_game'}})"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"widgettype": "TabPanel",
|
|
"id": "main_content",
|
|
"options": {
|
|
"css": "filler",
|
|
"width": "100%",
|
|
"height": "100%",
|
|
"tab_pos": "top",
|
|
"items": [
|
|
{
|
|
"name": "home",
|
|
"label": "首页",
|
|
"content": {
|
|
"widgettype": "VBox",
|
|
"options": {
|
|
"css": "filler",
|
|
"padding": "24px",
|
|
"gap": "12px"
|
|
},
|
|
"subwidgets": [
|
|
{
|
|
"widgettype": "Text",
|
|
"options": {
|
|
"text": "欢迎使用唤景平台(世界模式)",
|
|
"cfontsize": 1.6
|
|
}
|
|
},
|
|
{
|
|
"widgettype": "Text",
|
|
"options": {
|
|
"text": "左侧菜单选择模块:世界 / 场景 / 实体 / 脚本引擎 / 世界快照 / 世界同步",
|
|
"cfontsize": 1.2,
|
|
"color": "#64748b"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |