mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-05-25 07:26:44 +00:00
fix
This commit is contained in:
@@ -506,7 +506,7 @@
|
||||
},
|
||||
"PopularSubscribe": {
|
||||
"name": "热门媒体订阅",
|
||||
"description": "自定添加热门媒体到订阅。",
|
||||
"description": "自动添加热门电影、电视剧、动漫到订阅。",
|
||||
"labels": "订阅",
|
||||
"version": "1.7",
|
||||
"icon": "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/popular.png",
|
||||
@@ -521,7 +521,7 @@
|
||||
"v1.3": "增加立即运行、历史删除按钮",
|
||||
"v1.2": "增加历史删除按钮",
|
||||
"v1.1": "修正流行度校验",
|
||||
"v1.0": "自定添加热门媒体到订阅"
|
||||
"v1.0": "自动添加热门媒体到订阅"
|
||||
}
|
||||
},
|
||||
"HomePage": {
|
||||
|
||||
@@ -23,7 +23,7 @@ class PopularSubscribe(_PluginBase):
|
||||
# 插件名称
|
||||
plugin_name = "热门媒体订阅"
|
||||
# 插件描述
|
||||
plugin_desc = "自定添加热门电影、电视剧、动漫到订阅。"
|
||||
plugin_desc = "自动添加热门电影、电视剧、动漫到订阅。"
|
||||
# 插件图标
|
||||
plugin_icon = "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/popular.png"
|
||||
# 插件版本
|
||||
|
||||
Reference in New Issue
Block a user