fix 自动删种插件错误信息关键词

This commit is contained in:
thsrite 2023-08-09 08:38:28 +08:00
parent 8ebc2875ba
commit 43ed54717e

View File

@ -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',