iptv/wwwroot/header.ui
2025-10-20 08:03:30 +08:00

49 lines
726 B
XML

{
"widgettype":"HBox",
"options":{
"width":"100%",
"cheight":2
},
"subwidgets":[
{
"widgettype": "HBox",
"options":{},
"subwidgets":[
{
"widgettype":"Icon",
"options":{
"cwidth": 1.5,
"cheight": 1.5,
"url":"{{entire_url('/imgs/atvoe.svg')}}",
"cursor":"pointer",
"rate":1.5
}
},{
"widgettype":"Title6",
"options":{
"text":"All TV On Earth"
}
}
],
"binds":[
{
"wid":"self",
"event":"click",
"actiontype":"urlwidget",
"target":"app",
"mode":"append",
"options":{
"url":"{{entire_url('popupmenu.ui')}}"
}
}
]
},
{
"widgettype":"Filler",
"options":{
}
}
]
}