feat: 主菜单加游戏工作台入口

This commit is contained in:
pipeline-agent 2026-08-30 14:16:11 +08:00
parent 075de0c0eb
commit e69ef4fde1

View File

@ -64,6 +64,12 @@
"height": "100%",
"target": "app.main_content",
"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",
"label": "世界",