2025-10-24 17:57:01 +08:00

18 lines
272 B
XML

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