sage/wwwroot/public/rag/index.ui
2025-10-24 17:38:02 +08:00

17 lines
250 B
XML

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