This commit is contained in:
jxxghp
2023-09-07 16:05:48 +08:00
parent 7efcde89b9
commit a9db0f6bbf
9 changed files with 144 additions and 6 deletions

View File

@ -37,7 +37,7 @@ class SpeedLimiter(_PluginBase):
# 加载顺序
plugin_order = 11
# 可使用的用户级别
auth_level = 2
auth_level = 1
# 私有属性
_scheduler = None