fix(SiteStatistic): v1.5

This commit is contained in:
InfinityPacer
2024-12-26 01:40:57 +08:00
parent 1a20fc442f
commit 94195ff5c7
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
"author": "lightolly,jxxghp",
"level": 2,
"history": {
"v1.5": "修复了发送增量通知失败等一些问题",
"v1.4.1": "支持数据刷新时发送消息通知",
"v1.3": "远程刷新命令移植到主程序",
"v1.2": "继续修复增量数据统计问题",

View File

@@ -31,7 +31,7 @@ class SiteStatistic(_PluginBase):
# 插件图标
plugin_icon = "statistic.png"
# 插件版本
plugin_version = "1.4.1"
plugin_version = "1.5"
# 插件作者
plugin_author = "lightolly,jxxghp"
# 作者主页