mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-06-04 07:26:52 +00:00
fix v1 rollback
This commit is contained in:
@@ -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': '动漫订阅周期',
|
||||
|
||||
Reference in New Issue
Block a user