feat: 主菜单加游戏工作台入口
This commit is contained in:
parent
075de0c0eb
commit
e69ef4fde1
@ -64,6 +64,12 @@
|
|||||||
"height": "100%",
|
"height": "100%",
|
||||||
"target": "app.main_content",
|
"target": "app.main_content",
|
||||||
"items": [
|
"items": [
|
||||||
|
{
|
||||||
|
"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'}})"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "world",
|
"name": "world",
|
||||||
"label": "世界",
|
"label": "世界",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user