feat: 插件更新历史

This commit is contained in:
jxxghp
2024-04-10 16:44:08 +08:00
parent e20ec4ddf5
commit d0e596c93c
2 changed files with 5 additions and 0 deletions

View File

@ -40,3 +40,5 @@ class Plugin(BaseModel):
repo_url: Optional[str] = None
# 安装次数
install_count: Optional[int] = 0
# 更新记录
history: Optional[dict] = {}