fix brushflow version

This commit is contained in:
InfinityPacer
2024-04-04 14:41:52 +08:00
parent 0251a7035d
commit 551a651707
2 changed files with 2 additions and 2 deletions

View File

@@ -226,7 +226,7 @@
"BrushFlow": {
"name": "站点刷流",
"description": "自动托管刷流,将会提高对应站点的访问频率。",
"version": "2.3",
"version": "2.4",
"icon": "brush.jpg",
"author": "jxxghp,InfinityPacer",
"level": 2

View File

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