This commit is contained in:
yumoqing 2026-05-08 18:53:11 +08:00
parent 71afc6c866
commit 9a473a19bd

View File

@ -5,18 +5,27 @@
"width": "100%" "width": "100%"
}, },
"subwidgets":[ "subwidgets":[
{
"widgettype": "VScrollPanel",
"options":{
"height": "100%",
"width": "50%"
},
"subwidgets": [
{ {
"widgettype":"MdWidget", "widgettype":"MdWidget",
"options":{ "options":{
"width":"50%", "width":"100%",
"md_url":"{{entire_url('mainpage_')}}{{params_kw._lang}}.md", "md_url":"{{entire_url('mainpage_')}}{{params_kw._lang}}.md"
"height":"100%"
} }
}
]
}, },
{ {
"widgettype": "Image", "widgettype": "Image",
"options": { "options": {
"width": "49%", "width": "49%",
"height": "auto",
"url": "{{entire_url('wish.webp')}}" "url": "{{entire_url('wish.webp')}}"
} }
} }