mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
fix ui
This commit is contained in:
@@ -56,7 +56,7 @@ cd2方式上传--strm回本地
|
||||
|
||||
直接转移--softlink回本地
|
||||
{
|
||||
"tranfer_type": "copy/move/rclone_move/rclone_copy",
|
||||
"transfer_type": "copy/move/rclone_move/rclone_copy",
|
||||
"return_mode": "softlink",
|
||||
"monitor_dirs": [
|
||||
{
|
||||
@@ -75,7 +75,7 @@ cd2方式上传--strm回本地
|
||||
|
||||
直接转移--strm回本地
|
||||
{
|
||||
"tranfer_type": "copy/move/rclone_move/rclone_copy",
|
||||
"transfer_type": "copy/move/rclone_move/rclone_copy",
|
||||
"return_mode": "strm",
|
||||
"monitor_dirs": [
|
||||
{
|
||||
|
||||
@@ -683,27 +683,6 @@ class CloudStrm(_PluginBase):
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
'component': 'VRow',
|
||||
'content': [
|
||||
{
|
||||
'component': 'VCol',
|
||||
'props': {
|
||||
'cols': 12,
|
||||
},
|
||||
'content': [
|
||||
{
|
||||
'component': 'VAlert',
|
||||
'props': {
|
||||
'type': 'info',
|
||||
'variant': 'tonal',
|
||||
'text': '如有视频文件扩展名是大写,自行添加媒体扩展名。'
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
'component': 'VRow',
|
||||
'content': [
|
||||
|
||||
Reference in New Issue
Block a user