From 43ed54717ea91a35752505609ffd4a9c912ea663 Mon Sep 17 00:00:00 2001 From: thsrite Date: Wed, 9 Aug 2023 08:38:28 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E8=87=AA=E5=8A=A8=E5=88=A0=E7=A7=8D?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E9=94=99=E8=AF=AF=E4=BF=A1=E6=81=AF=E5=85=B3?= =?UTF-8?q?=E9=94=AE=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/plugins/torrentremover/__init__.py | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/app/plugins/torrentremover/__init__.py b/app/plugins/torrentremover/__init__.py index ed92a9cf..d312f7da 100644 --- a/app/plugins/torrentremover/__init__.py +++ b/app/plugins/torrentremover/__init__.py @@ -367,6 +367,22 @@ class TorrentRemover(_PluginBase): } ] }, + { + 'component': 'VCol', + 'props': { + 'cols': 6 + }, + 'content': [ + { + 'component': 'VTextField', + 'props': { + 'model': 'errorkeywords', + 'label': '错误信息关键词', + 'placeholder': '支持正式表达式' + } + } + ] + }, { 'component': 'VCol', 'props': { @@ -457,7 +473,7 @@ class TorrentRemover(_PluginBase): ] } ], { - "enable": False, + "enabled": False, "notify": False, "onlyonce": False, "action": 'pause',