Skip to content

Commit

Permalink
更新manage models
Browse files Browse the repository at this point in the history
  • Loading branch information
HibiKier committed Nov 21, 2022
1 parent 69b3ba4 commit 5de5667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/manager/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ class Plugin(BaseModel):
error: Optional[bool] = False # 是否加载报错
block_type: Optional[str] = None # 关闭类型
author: Optional[str] = None # 作者
version: Optional[int] = None # 版本
version: Optional[Union[int, str]] = None # 版本

0 comments on commit 5de5667

Please sign in to comment.