mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
feat: 插件更新历史
This commit is contained in:
@@ -40,3 +40,5 @@ class Plugin(BaseModel):
|
||||
repo_url: Optional[str] = None
|
||||
# 安装次数
|
||||
install_count: Optional[int] = 0
|
||||
# 更新记录
|
||||
history: Optional[dict] = {}
|
||||
|
||||
Reference in New Issue
Block a user