This commit is contained in:
jxxghp
2024-02-20 15:15:31 +08:00
parent 201301bc45
commit 2fbba1da59
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
"SiteStatistic": {
"name": "站点数据统计",
"description": "自动统计和展示站点数据。",
"version": "1.4",
"version": "1.5",
"icon": "statistic.png",
"author": "lightolly",
"level": 2

View File

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