From 0837950334fe99ce6fa02779ff03c0f6235514e9 Mon Sep 17 00:00:00 2001 From: thsrite Date: Thu, 31 Aug 2023 15:07:30 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=B8=8B=E8=BD=BD=E5=99=A8=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=90=8C=E6=AD=A5=E6=8F=92=E4=BB=B6=E5=8F=8B=E6=83=85?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/plugins/syncdownloadfiles/__init__.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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': '如果所选下载器种子很多的话,时间会有点久,请耐心等候,可查看日志。' + } + } + ] + } + ] + } ] } ], {