kboss/b/test/left_header.json
2025-07-16 14:27:17 +08:00

21 lines
242 B
JSON
Executable File

{
"widgettype":"HBox",
"options":{},
"subwidgets":[
{
"widgettype":"Text",
"options":{
"width":"180px",
"text":"Test"
}
},
{
"widgettype":"Text",
"options":{
"width":"80px",
"text":"Test"
}
}
]
}