This commit is contained in:
thsrite
2024-10-28 14:12:52 +08:00
parent a52057c48c
commit ca2c33bfea
2 changed files with 3 additions and 3 deletions

View File

@@ -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": {

View File

@@ -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"
# 插件版本