feat 在线插件市场

This commit is contained in:
jxxghp
2023-11-01 21:05:31 +08:00
parent 2a8aeb5041
commit 21bc8edbd8
4 changed files with 58 additions and 2 deletions

View File

@@ -541,6 +541,15 @@ export interface Plugin {
// 是否有详情页面
has_page?: boolean
// 是否有新版本
has_update?: boolean
// 是否本地插件
is_local?: boolean
// 插件仓库地址
repo_url?: string
}
// 种子信息