feat(BrushFlow): v4.1

This commit is contained in:
InfinityPacer
2025-01-12 01:48:41 +08:00
parent f7bd41f4cb
commit 9da4913b3a
2 changed files with 4 additions and 4 deletions

View File

@@ -20,13 +20,13 @@
"name": "站点刷流",
"description": "自动托管刷流,将会提高对应站点的访问频率。",
"labels": "刷流,仪表板",
"version": "4.0.1",
"version": "4.1",
"icon": "brush.jpg",
"author": "jxxghp,InfinityPacer",
"level": 2,
"history": {
"v4.0.1": "NexusPHP 站点支持自动跳过下载提示页调整为站点独立配置项",
"v4.0": "NexusPHP 站点支持自动跳过下载提示页",
"v4.1": "支持通过CRON表达式配置开启时间固定10分钟为执行周期",
"v4.0": "站点独立配置项支持配置NexusPHP 站点自动跳过下载提示页",
"v3.9": "MoviePilot V2 版本站点刷流插件"
}
},

View File

@@ -251,7 +251,7 @@ class BrushFlow(_PluginBase):
# 插件图标
plugin_icon = "brush.jpg"
# 插件版本
plugin_version = "4.0.1"
plugin_version = "4.1"
# 插件作者
plugin_author = "jxxghp,InfinityPacer"
# 作者主页