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

@@ -27,7 +27,7 @@ class PopularSubscribe(_PluginBase):
# 插件图标
plugin_icon = "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/popular.png"
# 插件版本
plugin_version = "1.8"
plugin_version = "1.7"
# 插件作者
plugin_author = "thsrite"
# 作者主页
@@ -389,7 +389,7 @@ class PopularSubscribe(_PluginBase):
},
'content': [
{
'component': 'VCronField',
'component': 'VTextField',
'props': {
'model': 'movie_cron',
'label': '电影订阅周期',
@@ -461,7 +461,7 @@ class PopularSubscribe(_PluginBase):
},
'content': [
{
'component': 'VCronField',
'component': 'VTextField',
'props': {
'model': 'tv_cron',
'label': '电视剧订阅周期',
@@ -533,7 +533,7 @@ class PopularSubscribe(_PluginBase):
},
'content': [
{
'component': 'VCronField',
'component': 'VTextField',
'props': {
'model': 'anime_cron',
'label': '动漫订阅周期',