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

View File

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