This commit is contained in:
thsrite
2024-06-23 17:53:16 +08:00
parent f98bfc1b7d
commit b82f91c6d4
2 changed files with 15 additions and 1 deletions

View File

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