This commit is contained in:
yumoqing 2025-09-14 17:06:58 +08:00
parent debd85d427
commit ab3b124526

56
wwwroot/dc_channels.ui Normal file
View File

@ -0,0 +1,56 @@
{
"widgettype":"DynamicColumn",
"options":{
"title":"频道列表",
"data_url":"{{entire_url('get_channels.dspy')}}",
"data_params":{
},
"data_method":"POST",
"col_cwidth":22,
"record_view":{
{
"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":"${tv_name}",
"wrap":true,
"halign":"left"
}
}
]
"binds":[
{
"wid":"self",
"event":"click",
"actiontype":"urlwidgt",
"target":"PopupWindow",
"popup_options":{
},
"options":{
"params":{
"id":"${id}"
},
"url":"/play.ui"
}
}
]
}
}
}
}