This commit is contained in:
yumoqing 2025-09-14 09:57:07 +08:00
parent c939ee990b
commit 7762c1a358
2 changed files with 48 additions and 0 deletions

43
wwwroot/channelinfo.ui Normal file
View File

@ -0,0 +1,43 @@
{
"widgettype":"HBox",
"options":{
"cwidth":22,
"cheight":3
},
"subwidgets":[
{
"widgettype":"Image",
"options":{
"cwidth":1.5,
"cheight":1,5,
"url":"{{params_kw.logo_url}}",
"default_url":"{{entire_url('/imgs/tv.png')}}"
}
},
{
"widgettype":"Title6",
"options":"{
"css":"filler",
"text":"{{params_kw.tv_name}}",
"wrap":true,
"halign":"left"
}
}
]
"binds":[
{
"wid":"self",
"event":"click",
"actiontype":"urlwidgt",
"target":"PopupWindow",
"popup_options":{
},
"options":{
"params":{
"id":"{{params_kw.id}}"
},
"url":"{{params_kw.click_url or entire_url('play.ui')}}"
}
}
]
}

View File

@ -0,0 +1,5 @@
{
"widgettype":"DynamicColumn",
"options":{
}
}