From 277eecff44987508f0dc78fde40c7c7971ea6972 Mon Sep 17 00:00:00 2001 From: InfinityPacer <160988576+InfinityPacer@users.noreply.github.com> Date: Sun, 6 Oct 2024 10:53:16 +0800 Subject: [PATCH] feat(BrushFlow): v3.9 --- package.v2.json | 12 ++++++++++++ plugins.v2/brushflow/__init__.py | 5 ++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/package.v2.json b/package.v2.json index 7bedbe4..ee1042a 100644 --- a/package.v2.json +++ b/package.v2.json @@ -10,5 +10,17 @@ "history": { "v1.0.1": "MoviePilot V2 版本站点数据统计插件" } + }, + "BrushFlow": { + "name": "站点刷流", + "description": "自动托管刷流,将会提高对应站点的访问频率。", + "labels": "刷流,仪表板", + "version": "3.9", + "icon": "brush.jpg", + "author": "jxxghp,InfinityPacer", + "level": 2, + "history": { + "v3.9": "MoviePilot V2 版本站点刷流插件" + } } } \ No newline at end of file diff --git a/plugins.v2/brushflow/__init__.py b/plugins.v2/brushflow/__init__.py index 8fbe091..06f126a 100644 --- a/plugins.v2/brushflow/__init__.py +++ b/plugins.v2/brushflow/__init__.py @@ -246,7 +246,10 @@ class BrushFlow(_PluginBase): # 插件图标 plugin_icon = "brush.jpg" # 插件版本 - plugin_version = "3.8" + "history": { + "v3.9": "MoviePilot V2 版本站点数据统计插件" + } + plugin_version = "3.9" # 插件作者 plugin_author = "jxxghp,InfinityPacer" # 作者主页