feat: 主菜单游戏工作台指向bricks原生workbench.ui
This commit is contained in:
parent
e69ef4fde1
commit
561cdc8eb8
@ -68,7 +68,7 @@
|
||||
"name": "workbench",
|
||||
"label": "游戏工作台",
|
||||
"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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user