layout: sidebar on left, content on right

This commit is contained in:
yumoqing 2026-07-22 16:10:40 +08:00
parent 73b0a78b98
commit 7989186e3e

View File

@ -23,6 +23,22 @@
"spacing": 0
},
"subwidgets": [
{
"widgettype": "VBox",
"options": {
"bgcolor": "#2c2c2c",
"cwidth": 13,
"color": "#ccc"
},
"subwidgets": [
{
"widgettype": "urlwidget",
"options": {
"url": "{{entire_url('menu.ui')}}"
}
}
]
},
{
"widgettype": "VBox",
"id": "rag_main_content",
@ -39,22 +55,6 @@
}
}
]
},
{
"widgettype": "VBox",
"options": {
"bgcolor": "#2c2c2c",
"cwidth": 13,
"color": "#ccc"
},
"subwidgets": [
{
"widgettype": "urlwidget",
"options": {
"url": "{{entire_url('menu.ui')}}"
}
}
]
}
]
},