sage/wwwroot/public/rag/index.ui
2025-12-15 16:49:30 +08:00

17 lines
224 B
XML

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