33 lines
655 B
XML

{
"widgettype": "TabPanel",
"options": {
"css": "filler",
"width": "100%",
"height": "100%",
"tab_pos": "top",
"items": [
{
"name": "show",
"label": "🕹 游戏展示",
"icon": "",
"content": {
"widgettype": "urlwidget",
"options": {
"url": "/scense_game/game/index.ui"
}
}
},
{
"name": "runtime",
"label": "运行时观察",
"icon": "",
"content": {
"widgettype": "urlwidget",
"options": {
"url": "/scense_runtime/index.ui"
}
}
}
]
}
}