2025-10-24 17:54:29 +08:00

17 lines
255 B
XML

{
"widgettype":"VScrollPanel",
"options":{
"bgimage": "{{entire_url('/imgs/rose.jpg')}}",
"height":"100%"
},
"subwidgets":[
{
"widgettype":"MdWidget",
"options":{
"width":"100%",
"md_url":"{{entire_url('index.md')}}"
}
}
]
}