feat: BrushFlow v3.4

This commit is contained in:
InfinityPacer
2024-07-10 20:53:39 +08:00
parent 326bef0652
commit 61dc98ff7c
2 changed files with 3 additions and 2 deletions

View File

@@ -355,11 +355,12 @@
"name": "站点刷流",
"description": "自动托管刷流,将会提高对应站点的访问频率。",
"labels": "刷流,仪表板",
"version": "3.3",
"version": "3.4",
"icon": "brush.jpg",
"author": "jxxghp,InfinityPacer",
"level": 2,
"history": {
"v3.4": "移除「记录更多日志」配置项并调整为DEBUG日志支持「删除排除标签」配置项增加刷流任务时支持触发插件事件",
"v3.3": "支持QB删除种子时强制汇报Tracker站点独立配置增加「站点全局H&R」配置项",
"v3.2": "支持推送QB种子时启用「先下载首尾文件块」选项",
"v3.1": "支持仪表板显示站点刷流数据需要主程序升级v1.8.7+版本",

View File

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