Update __init__.py

This commit is contained in:
thsrite
2024-05-06 22:07:32 +08:00
committed by GitHub
parent fc6054a509
commit cbf26658c2

View File

@@ -389,7 +389,7 @@ class PopularSubscribe(_PluginBase):
'component': 'VTextField',
'props': {
'model': 'movie_popular_cnt',
'label': '电影流行指数',
'label': '电影订阅人次',
'placeholder': '0'
}
}
@@ -461,7 +461,7 @@ class PopularSubscribe(_PluginBase):
'component': 'VTextField',
'props': {
'model': 'tv_popular_cnt',
'label': '电视剧流行指数',
'label': '电视剧订阅人次',
'placeholder': '0'
}
}