fix: move id to widget level, not options (bricks convention)

This commit is contained in:
yumoqing 2026-07-22 15:13:16 +08:00
parent e0b07e0b50
commit 01a2c9281f

View File

@ -25,8 +25,8 @@
"subwidgets": [
{
"widgettype": "VBox",
"id": "rag_main_content",
"options": {
"id": "rag_main_content",
"css": "filler",
"padding": "8px"
},