iptv/wwwroot/index.ui
2025-10-16 10:53:26 +08:00

43 lines
651 B
XML

{
"widgettype":"VBox",
"options":{
"width":"100%",
"height":"100%"
},
"subwidgets":[
{
"widgettype":"urlwidget",
"options":{
"url":"{{entire_url('header.ui')}}"
}
},
{
"id":"center",
"widgettype":"Filler",
"options":{},
"subwidgets":[
{
"widgettype":"MdWidget",
"options":{
"md_url":"{{entire_url('iptvsource.md')}}",
"css":"scroll",
"cheight":10
}
},
{
"widgettype":"urlwidget",
"options":{
"url":"{{entire_url('tabs.ui')}}"
}
}
]
},
{
"widgettype":"urlwidget",
"options":{
"url":"{{entire_url('bottom.ui')}}"
}
}
]
}