fix v1 rollback

This commit is contained in:
thsrite
2025-01-15 09:14:48 +08:00
parent c4e7c54e3f
commit 2272dd071a
9 changed files with 27 additions and 35 deletions

View File

@@ -29,7 +29,7 @@ class PluginAutoUpdate(_PluginBase):
# 插件图标
plugin_icon = "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/pluginupdate.png"
# 插件版本
plugin_version = "2.0.2"
plugin_version = "2.0.1"
# 插件作者
plugin_author = "thsrite"
# 作者主页
@@ -398,7 +398,7 @@ class PluginAutoUpdate(_PluginBase):
},
'content': [
{
'component': 'VCronField',
'component': 'VTextField',
'props': {
'model': 'cron',
'label': '监测周期',