This commit is contained in:
yumoqing 2025-10-24 17:57:01 +08:00
parent dcfc02e307
commit 31dcddf667

View File

@ -2,6 +2,7 @@
"widgettype":"VScrollPanel", "widgettype":"VScrollPanel",
"options":{ "options":{
"bgimage":"{{entire_url('/imgs/leaf.jpg')}}", "bgimage":"{{entire_url('/imgs/leaf.jpg')}}",
"color": "#111111",
"width":"100%", "width":"100%",
"height":"100%" "height":"100%"
}, },
@ -9,7 +10,6 @@
{ {
"widgettype":"MdWidget", "widgettype":"MdWidget",
"options":{ "options":{
"color": "#fefefe",
"md_url":"{{entire_url('rag.md')}}" "md_url":"{{entire_url('rag.md')}}"
} }
} }