fix plugins

This commit is contained in:
jxxghp
2023-08-03 08:21:56 +08:00
parent 62d3f8c322
commit 88fec3ee9e
8 changed files with 107 additions and 13 deletions

View File

@ -28,7 +28,7 @@ class CustomHosts(_PluginBase):
# 插件配置项ID前缀
plugin_config_prefix = "customhosts_"
# 加载顺序
plugin_order = 11
plugin_order = 10
# 可使用的用户级别
auth_level = 1