diff --git a/app/plugins/syncdownloadfiles/__init__.py b/app/plugins/syncdownloadfiles/__init__.py index cdf74a4e..46f0bca0 100644 --- a/app/plugins/syncdownloadfiles/__init__.py +++ b/app/plugins/syncdownloadfiles/__init__.py @@ -340,6 +340,25 @@ class SyncDownloadFiles(_PluginBase): } ] }, + { + 'component': 'VRow', + 'content': [ + { + 'component': 'VCol', + 'props': { + 'cols': 12, + }, + 'content': [ + { + 'component': 'VAlert', + 'props': { + 'text': '如果所选下载器种子很多的话,时间会有点久,请耐心等候,可查看日志。' + } + } + ] + } + ] + } ] } ], {