From e69ef4fde154e9fb5ecf162961041adeeb4a3454 Mon Sep 17 00:00:00 2001 From: pipeline-agent Date: Sun, 30 Aug 2026 14:16:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BB=E8=8F=9C=E5=8D=95=E5=8A=A0?= =?UTF-8?q?=E6=B8=B8=E6=88=8F=E5=B7=A5=E4=BD=9C=E5=8F=B0=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/index.ui | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index eeef3a5..0da34f8 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -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": "世界",