This commit is contained in:
yumoqing 2025-08-24 15:00:58 +08:00
parent 3e4c55ab91
commit 7d6f0966ad

View File

@ -1,3 +1,9 @@
{
"widgettype":"VScrollPanel",
"options":{
"css":"filler"
},
"subwidgets":[
{ {
"widgettype":"DynamicColumn", "widgettype":"DynamicColumn",
"options":{ "options":{
@ -19,4 +25,6 @@
{% if not loop.last %},{% endif %} {% if not loop.last %},{% endif %}
{% endfor %} {% endfor %}
] ]
}
]
} }