iptv/wwwroot/tabs.ui
2025-10-19 21:14:28 +08:00

47 lines
979 B
XML

{
"widgettype":"IconbarPage",
"options":{
"bar_at": "top",
"bar_opts":{
"margin": "10px",
"rate":1.5,
"tools":[
{
"name":"channelsearch",
"icon":"{{entire_url('/imgs/channelsearch.svg')}}",
"tip":"Search Channel by enter channel name",
"dynsize": true,
"content":{
"widgettype":"urlwidget",
"options":{
"url":"{{entire_url('searchchannels')}}"
}
}
},{
"name":"newestchannels",
"icon":"{{entire_url('/imgs/newestchannels.svg')}}",
"tip":"show newest channels",
"dynsize": true,
"content":{
"widgettype":"urlwidget",
"options":{
"url":"{{entire_url('newest')}}"
}
}
}, {
"name":"declare",
"icon":"{{entire_url('/imgs/declare.svg')}}",
"tip":"show declaration",
"dynsize": true,
"content":{
"widgettype":"urlwidget",
"options":{
"url":"{{entire_url('declare.ui')}}"
}
}
}
]
}
}
}