Merge branch 'jxxghp:main' into main

This commit is contained in:
thsrite
2023-08-31 17:07:06 +08:00
committed by GitHub
2 changed files with 28 additions and 12 deletions

View File

@ -397,7 +397,7 @@ class SyncDownloadFiles(_PluginBase):
'component': 'VSwitch',
'props': {
'model': 'history',
'label': '同时补充整理历史记录',
'label': '补充整理历史记录',
}
}
]
@ -411,26 +411,23 @@ class SyncDownloadFiles(_PluginBase):
'component': 'VCol',
'props': {
'cols': 12,
'md': 6
},
'content': [
{
'component': 'VTextField',
'props': {
'model': 'time',
'label': '时间间隔'
'label': '同步时间间隔'
}
}
]
},
]
},
{
'component': 'VRow',
'content': [
{
'component': 'VCol',
'props': {
'cols': 12
'cols': 12,
'md': 6
},
'content': [
{

View File

@ -383,8 +383,8 @@ class TorrentRemover(_PluginBase):
'component': 'VTextField',
'props': {
'model': 'errorkeywords',
'label': '错误信息关键词',
'placeholder': '支持正式表达式'
'label': '错误信息关键词TR',
'placeholder': '支持正式表达式仅适用于TR'
}
}
]
@ -399,8 +399,8 @@ class TorrentRemover(_PluginBase):
'component': 'VTextField',
'props': {
'model': 'torrentstates',
'label': '任务状态',
'placeholder': '用,分隔多个状态'
'label': '任务状态QB',
'placeholder': '用,分隔多个状态仅适用于QB'
}
}
]
@ -475,6 +475,25 @@ class TorrentRemover(_PluginBase):
]
}
]
},
{
'component': 'VRow',
'content': [
{
'component': 'VCol',
'props': {
'cols': 12,
},
'content': [
{
'component': 'VAlert',
'props': {
'text': '自动删种存在风险,如设置不当可能导致数据丢失!建议动作先选择暂停,确定条件正确后再改成删除。'
}
}
]
}
]
}
]
}