fix SiteStatistic v4.0

This commit is contained in:
InfinityPacer
2024-08-04 10:39:33 +08:00
parent 74015b9b59
commit 4ef08748e4
2 changed files with 4 additions and 3 deletions

View File

@@ -32,11 +32,12 @@
"name": "站点数据统计",
"description": "自动统计和展示站点数据。",
"labels": "站点,仪表板",
"version": "3.9.3",
"version": "4.0",
"icon": "statistic.png",
"author": "lightolly",
"level": 2,
"history": {
"v4.0": "修复插件数据页异常",
"v3.9.3": "修复PTT的用户等级统计",
"v3.9.2": "修复YemaPT的上传下载统计错误",
"v3.9.1": "修复mteam域名地址",
@@ -271,7 +272,7 @@
"author": "thsrite",
"level": 1,
"history": {
"v1.3":"去除已废弃的环境变量引用",
"v1.3": "去除已废弃的环境变量引用",
"v1.2": "增强API安全性"
}
},

View File

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