From 7762c1a35885f7564ea3d0a30ee62e8ca05c8179 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 14 Sep 2025 09:57:07 +0800 Subject: [PATCH] bugfix --- wwwroot/channelinfo.ui | 43 ++++++++++++++++++++++++++++++++ wwwroot/dynmiccolumn_channels.ui | 5 ++++ 2 files changed, 48 insertions(+) create mode 100644 wwwroot/channelinfo.ui create mode 100644 wwwroot/dynmiccolumn_channels.ui diff --git a/wwwroot/channelinfo.ui b/wwwroot/channelinfo.ui new file mode 100644 index 0000000..8fa20e8 --- /dev/null +++ b/wwwroot/channelinfo.ui @@ -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')}}" + } + } + ] +} diff --git a/wwwroot/dynmiccolumn_channels.ui b/wwwroot/dynmiccolumn_channels.ui new file mode 100644 index 0000000..d0aeaee --- /dev/null +++ b/wwwroot/dynmiccolumn_channels.ui @@ -0,0 +1,5 @@ +{ + "widgettype":"DynamicColumn", + "options":{ + } +}