feat(BrushFlow): v3.8

This commit is contained in:
InfinityPacer
2024-09-15 19:15:22 +08:00
parent a6e21e1196
commit abfa272f2e
2 changed files with 3 additions and 2 deletions

View File

@@ -399,12 +399,13 @@
"name": "站点刷流",
"description": "自动托管刷流,将会提高对应站点的访问频率。",
"labels": "刷流,仪表板",
"version": "3.7",
"version": "3.8",
"icon": "brush.jpg",
"author": "jxxghp,InfinityPacer",
"level": 2,
"v2": true,
"history": {
"v3.8": "添加自动归档记录天数配置项,支持定时归档已删除数据",
"v3.7": "下载数量调整为仅获取刷流标签种子并修复了一些细节问题",
"v3.6": "优化检查服务中的时间管控",
"v3.5": "移除「删种排除MoviePilot任务」配置项请使用「删除排除标签」替代完善刷流任务触发插件事件相关逻辑联动H&R助手",

View File

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