feat:支持查看插件更新记录

This commit is contained in:
jxxghp
2024-04-10 16:45:17 +08:00
parent 77ab0ccae2
commit 62ddd703f1
3 changed files with 59 additions and 1 deletions

View File

@@ -612,6 +612,9 @@ export interface Plugin {
// 插件仓库地址
repo_url?: string
// 变更历史
history?: { [key: string]: string }
}
// 种子信息