fix: .ui widget id去app.前缀——getWidgetById按.分段查找,DOM id须裸名,target保留app.xxx路由

This commit is contained in:
pipeline-agent 2026-08-30 13:55:52 +08:00
parent df9c5a9821
commit 68eb87619b

View File

@ -13,6 +13,6 @@
"options": {"url": "{{entire_url('/world/api/create_world.dspy')}}"}, "mode": "replace"}],
"subwidgets": [{"widgettype": "Text", "options": {"label": "新建世界"}}]}
]},
{"widgettype": "VBox", "id": "app.world_content", "options": {"width": "100%", "flex": "1", "marginTop": "20px"}}
{"widgettype": "VBox", "id": "world_content", "options": {"width": "100%", "flex": "1", "marginTop": "20px"}}
]
}