fix plugin order

This commit is contained in:
thsrite
2024-04-12 16:54:10 +08:00
parent 74ec853312
commit 90b3c14633

View File

@@ -31,7 +31,7 @@ class PluginAutoUpdate(_PluginBase):
# 插件配置项ID前缀
plugin_config_prefix = "pluginautoupdate_"
# 加载顺序
plugin_order = 99
plugin_order = 97
# 可使用的用户级别
auth_level = 1