fix: 绕过认证
All checks were successful
MoviePilot Builder / Build Docker Image (push) Successful in 11m58s
All checks were successful
MoviePilot Builder / Build Docker Image (push) Successful in 11m58s
This commit is contained in:
@ -27,7 +27,7 @@ class Plugin(BaseModel):
|
||||
# 加载顺序
|
||||
plugin_order: Optional[int] = 0
|
||||
# 可使用的用户级别
|
||||
auth_level: Optional[int] = 0
|
||||
auth_level: Optional[int] = 3
|
||||
# 是否已安装
|
||||
installed: Optional[bool] = False
|
||||
# 运行状态
|
||||
|
Reference in New Issue
Block a user