This commit is contained in:
jxxghp
2023-06-20 13:43:02 +08:00
parent 0776a0b235
commit 3cd843d70d
6 changed files with 20 additions and 20 deletions

View File

@ -37,19 +37,19 @@ class SiteStatistic(_PluginBase):
# 插件描述
plugin_desc = "统计和展示站点数据。"
# 插件图标
module_icon = ""
plugin_icon = ""
# 主题色
module_color = ""
plugin_color = ""
# 插件版本
module_version = "1.0"
plugin_version = "1.0"
# 插件作者
module_author = "lightolly"
plugin_author = "lightolly"
# 作者主页
author_url = "https://github.com/lightolly"
# 插件配置项ID前缀
module_config_prefix = "sitestatistic_"
plugin_config_prefix = "sitestatistic_"
# 加载顺序
module_order = 1
plugin_order = 1
# 可使用的用户级别
auth_level = 2