From c0f8521d861dd647952173209dc7a707fb4c8fe1 Mon Sep 17 00:00:00 2001 From: pipeline-agent Date: Sun, 30 Aug 2026 13:55:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20.ui=20widget=20id=E5=8E=BBapp.=E5=89=8D?= =?UTF-8?q?=E7=BC=80=E2=80=94=E2=80=94getWidgetById=E6=8C=89.=E5=88=86?= =?UTF-8?q?=E6=AE=B5=E6=9F=A5=E6=89=BE=EF=BC=8CDOM=20id=E9=A1=BB=E8=A3=B8?= =?UTF-8?q?=E5=90=8D=EF=BC=8Ctarget=E4=BF=9D=E7=95=99app.xxx=E8=B7=AF?= =?UTF-8?q?=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/index.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index f5c8a69..473b905 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -13,6 +13,6 @@ "options": {"url": "{{entire_url('/script_engine/script_engine/add_script_engine.dspy')}}"}, "mode": "replace"}], "subwidgets": [{"widgettype": "Text", "options": {"label": "新建脚本", "fontSize": "16px"}}]} ]}, - {"widgettype": "VBox", "id": "app.script_engine_content", "options": {"width": "100%", "flex": "1", "marginTop": "20px"}} + {"widgettype": "VBox", "id": "script_engine_content", "options": {"width": "100%", "flex": "1", "marginTop": "20px"}} ] }