feat:插件安装统计

This commit is contained in:
jxxghp
2024-03-25 18:02:57 +08:00
parent 0b70f74553
commit cf259af2d1
3 changed files with 38 additions and 0 deletions

View File

@ -38,3 +38,5 @@ class Plugin(BaseModel):
is_local: Optional[bool] = False
# 仓库地址
repo_url: Optional[str] = None
# 安装次数
install_count: Optional[int] = 0