From aaba05a1007944c64dd49d42b20c24006e4931d9 Mon Sep 17 00:00:00 2001 From: "agent.develop" Date: Sun, 30 Aug 2026 21:32:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BE=A7=E8=BE=B9=E6=A0=8F=E6=94=B6?= =?UTF-8?q?=E6=95=9B=E4=B8=A4=E5=A4=A7=E5=85=A5=E5=8F=A3=E2=80=94=E2=80=94?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=B8=B8=E6=88=8F/=E5=B1=95=E7=A4=BA+Play?= =?UTF-8?q?=EF=BC=8C=E6=A8=A1=E5=9D=97=E8=8F=9C=E5=8D=95=E6=94=B6=E8=BF=9B?= =?UTF-8?q?hub?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/index.ui | 66 +++++------------------------------------------- 1 file changed, 6 insertions(+), 60 deletions(-) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 9e98275..636481b 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -65,70 +65,16 @@ "target": "app.main_content", "items": [ { - "name": "workbench", - "label": "游戏工作台", + "name": "create_game", + "label": "创建游戏", "icon": "", - "script": "var d={name:'workbench',label:'游戏工作台',content:{widgettype:'urlwidget',options:{url:'/scense_game/workbench/workbench.ui'}}};if(!this.opts.items.find(function(i){return i.name==='workbench'})){this.opts.items.push(d);this.add_tab(d)}this.show_tabcontent({params:{name:'workbench'}})" + "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": "world", - "label": "世界", + "name": "play_game", + "label": "展示 + Play", "icon": "", - "script": "var d={name:'world',label:'世界',content:{widgettype:'urlwidget',options:{url:'/world/index.ui'}}};if(!this.opts.items.find(function(i){return i.name==='world'})){this.opts.items.push(d);this.add_tab(d)}this.show_tabcontent({params:{name:'world'}})" - }, - { - "name": "scene", - "label": "场景", - "icon": "", - "script": "var d={name:'scene',label:'场景',content:{widgettype:'urlwidget',options:{url:'/scene/index.ui'}}};if(!this.opts.items.find(function(i){return i.name==='scene'})){this.opts.items.push(d);this.add_tab(d)}this.show_tabcontent({params:{name:'scene'}})" - }, - { - "name": "entity", - "label": "实体", - "icon": "", - "script": "var d={name:'entity',label:'实体',content:{widgettype:'urlwidget',options:{url:'/entity/index.ui'}}};if(!this.opts.items.find(function(i){return i.name==='entity'})){this.opts.items.push(d);this.add_tab(d)}this.show_tabcontent({params:{name:'entity'}})" - }, - { - "name": "script_engine", - "label": "脚本引擎", - "icon": "", - "script": "var d={name:'script_engine',label:'脚本引擎',content:{widgettype:'urlwidget',options:{url:'/script_engine/index.ui'}}};if(!this.opts.items.find(function(i){return i.name==='script_engine'})){this.opts.items.push(d);this.add_tab(d)}this.show_tabcontent({params:{name:'script_engine'}})" - }, - { - "name": "world_snapshot", - "label": "世界快照", - "icon": "", - "script": "var d={name:'world_snapshot',label:'世界快照',content:{widgettype:'urlwidget',options:{url:'/world_snapshot/index.ui'}}};if(!this.opts.items.find(function(i){return i.name==='world_snapshot'})){this.opts.items.push(d);this.add_tab(d)}this.show_tabcontent({params:{name:'world_snapshot'}})" - }, - { - "name": "world_sync", - "label": "世界同步", - "icon": "", - "script": "var d={name:'world_sync',label:'世界同步',content:{widgettype:'urlwidget',options:{url:'/world_sync/index.ui'}}};if(!this.opts.items.find(function(i){return i.name==='world_sync'})){this.opts.items.push(d);this.add_tab(d)}this.show_tabcontent({params:{name:'world_sync'}})" - }, - { - "name": "scense_demo", - "label": "实时演示", - "icon": "", - "script": "var d={name:'scense_demo',label:'实时演示',content:{widgettype:'urlwidget',options:{url:'/scense_demo/index.ui'}}};if(!this.opts.items.find(function(i){return i.name==='scense_demo'})){this.opts.items.push(d);this.add_tab(d)}this.show_tabcontent({params:{name:'scense_demo'}})" - }, - { - "name": "scense_game", - "label": "游戏展示", - "icon": "", - "script": "var d={name:'scense_game',label:'游戏展示',content:{widgettype:'urlwidget',options:{url:'/scense_game/game/index.ui'}}};if(!this.opts.items.find(function(i){return i.name==='scense_game'})){this.opts.items.push(d);this.add_tab(d)}this.show_tabcontent({params:{name:'scense_game'}})" - }, - { - "name": "scense_drag", - "label": "拖拽编程", - "icon": "", - "script": "var d={name:'scense_drag',label:'拖拽编程',content:{widgettype:'urlwidget',options:{url:'/scense_drag/editor.ui'}}};if(!this.opts.items.find(function(i){return i.name==='scense_drag'})){this.opts.items.push(d);this.add_tab(d)}this.show_tabcontent({params:{name:'scense_drag'}})" - }, - { - "name": "scense_runtime", - "label": "运行时", - "icon": "", - "script": "var d={name:'scense_runtime',label:'运行时',content:{widgettype:'urlwidget',options:{url:'/scense_runtime/index.ui'}}};if(!this.opts.items.find(function(i){return i.name==='scense_runtime'})){this.opts.items.push(d);this.add_tab(d)}this.show_tabcontent({params:{name:'scense_runtime'}})" + "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'}})" } ] }