Merge remote-tracking branch 'origin/wlj0807' into wlj0807

This commit is contained in:
mayun110
2023-08-09 09:34:33 +08:00
3 changed files with 21 additions and 8 deletions

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