fix: .ui widget id去app.前缀(框架分段查找语义)

This commit is contained in:
pipeline-agent 2026-08-30 13:55:57 +08:00
parent 7abf09c389
commit ef0d575b8d

View File

@ -36,6 +36,6 @@
]
}
]},
{"widgettype": "VBox", "id": "app.drag_content", "options": {"width": "100%", "flex": "1", "marginTop": "20px"}}
{"widgettype": "VBox", "id": "drag_content", "options": {"width": "100%", "flex": "1", "marginTop": "20px"}}
]
}