media/wwwroot/download_media.ui
2025-06-24 11:45:33 +08:00

34 lines
580 B
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id":"download",
"widgettype":"Form",
"options":{
"title":"从网上下载媒体",
"description":"需要将网站的cookie和响应媒体的url上传过来",
"fields":[
{
"name":"cookiepath",
"label":"网站cookie",
"uitype":"file",
"required":true
},
{
"name":"url",
"label":"媒体页url",
"uitype":"str",
"required":true
}
]
},
"binds":[
{
"wid":"self",
"event":"submit",
"actiontype":"urlwidget",
"target":"PopupWindow",
"options":{
"url":"{{entire_url('download_media.dspy')}}"
}
}
]
}