This commit is contained in:
thsrite
2024-06-08 18:51:31 +08:00
parent 35c5122e00
commit e93bee5f09
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ MoviePilot三方插件市场https://github.com/thsrite/MoviePilot-Plugins/
- 站点数据统计 v1.4 (无未读消息版本)(废弃)
- 站点未读消息 v1.9 (依赖于[站点数据统计]插件)
- [云盘Strm生成 v4.1](docs%2FCloudStrm.md)
- [云盘Strm生成 v4.2](docs%2FCloudStrm.md)
- [云盘Strm生成增量版 v1.0](docs%2FCloudStrmIncrement.md)
- [Strm文件模式转换 v1.0](docs%2FStrmConvert.md)
- 清理订阅缓存 v1.0

View File

@@ -213,7 +213,7 @@
},
"ActorSubscribe": {
"name": "演员订阅",
"description": "自动订阅指定演员热映或最新电影电视剧。",
"description": "自动订阅指定演员热映电影电视剧。",
"labels": "订阅",
"version": "2.1",
"icon": "Mdcng_A.png",

View File

@@ -23,7 +23,7 @@ class ActorSubscribe(_PluginBase):
# 插件名称
plugin_name = "演员订阅"
# 插件描述
plugin_desc = "自动订阅指定演员热映或最新电影电视剧。"
plugin_desc = "自动订阅指定演员热映电影电视剧。"
# 插件图标
plugin_icon = "Mdcng_A.png"
# 插件版本