iptv/wwwroot/add_channels.ui
2025-07-16 15:07:06 +08:00

68 lines
1.1 KiB
XML

{
"widgettype":"PopupWindow",
"options":{
"width":"80%",
"cheight":16,
"widget":"center",
"auto_open":true,
"moving":true,
"modal":true,
"archor":"cc",
"icon":"/imgs/tv.png",
"title":"添加频道"
},
"subwidgets":[
{
"widgettype":"VBox",
"options":{
"width":"100%",
"height":"100%"
},
"subwidgets":[
{
"widgettype":"Text",
"options":{
"otext":"we can ONLY import m3u8 channels in m3u format, please input m3u url"
,"i18n":true,
"wrap":true,
"rate":1.5,
"dynsize":true
}
},
{
"widgettype":"Form",
"id":"form",
"options":{
"fields":[
{
"name":"m3u_url",
"uitype":"str"
}
]
},
"binds":[
{
"wid":"self",
"event":"submit",
"actiontype":"urlwidget",
"target":"self",
"options":{
"url":"{{entire_url('add_channels.dspy')}}"
}
}
]
}
]
}
],
"binds":[
{
"wid":"form",
"event":"submit",
"actiontype":"method",
"target":"self",
"method":"dismiss"
}
]
}