fix 自动删种插件错误信息关键词
This commit is contained in:
parent
8ebc2875ba
commit
43ed54717e
@ -367,6 +367,22 @@ class TorrentRemover(_PluginBase):
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'component': 'VCol',
|
||||||
|
'props': {
|
||||||
|
'cols': 6
|
||||||
|
},
|
||||||
|
'content': [
|
||||||
|
{
|
||||||
|
'component': 'VTextField',
|
||||||
|
'props': {
|
||||||
|
'model': 'errorkeywords',
|
||||||
|
'label': '错误信息关键词',
|
||||||
|
'placeholder': '支持正式表达式'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'component': 'VCol',
|
'component': 'VCol',
|
||||||
'props': {
|
'props': {
|
||||||
@ -457,7 +473,7 @@ class TorrentRemover(_PluginBase):
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
], {
|
], {
|
||||||
"enable": False,
|
"enabled": False,
|
||||||
"notify": False,
|
"notify": False,
|
||||||
"onlyonce": False,
|
"onlyonce": False,
|
||||||
"action": 'pause',
|
"action": 'pause',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user