2025-10-24 17:55:13 +08:00

18 lines
277 B
XML

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