fix plugin

This commit is contained in:
jxxghp
2023-07-07 11:51:29 +08:00
parent d944e33653
commit 00bef31e56
2 changed files with 8 additions and 6 deletions

View File

@ -26,3 +26,5 @@ class Plugin(BaseModel):
plugin_order: int = 0
# 可使用的用户级别
auth_level: int = 0
# 是否已安装
installed: bool = False