feat(AutoSignIn): v2.5

This commit is contained in:
InfinityPacer
2024-10-08 01:24:52 +08:00
parent aa4cc0113c
commit 5fcca6973c
3 changed files with 13 additions and 2 deletions

View File

@@ -7,7 +7,6 @@
"icon": "signin.png",
"author": "thsrite",
"level": 2,
"v2": true,
"history": {
"v2.4.2": "修复PT时间签到失败问题",
"v2.4.1": "修复海胆签到失败问题",

View File

@@ -22,5 +22,17 @@
"history": {
"v3.9": "MoviePilot V2 版本站点刷流插件"
}
},
"AutoSignIn": {
"name": "站点自动签到",
"description": "自动模拟登录、签到站点。",
"labels": "站点",
"version": "2.5",
"icon": "signin.png",
"author": "thsrite",
"level": 2,
"history": {
"v2.5": "MoviePilot V2 版本站点自动签到插件"
}
}
}

View File

@@ -37,7 +37,7 @@ class AutoSignIn(_PluginBase):
# 插件图标
plugin_icon = "signin.png"
# 插件版本
plugin_version = "2.4.2"
plugin_version = "2.5"
# 插件作者
plugin_author = "thsrite"
# 作者主页