feat: 主菜单游戏工作台指向bricks原生workbench.ui

This commit is contained in:
pipeline-agent 2026-08-30 20:02:58 +08:00
parent e69ef4fde1
commit 561cdc8eb8

View File

@ -68,7 +68,7 @@
"name": "workbench", "name": "workbench",
"label": "游戏工作台", "label": "游戏工作台",
"icon": "", "icon": "",
"script": "var d={name:'workbench',label:'游戏工作台',content:{widgettype:'urlwidget',options:{url:'/scense_game/workbench/workbench.html'}}};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:'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'}})"
}, },
{ {
"name": "world", "name": "world",