feat: show plugin system version compatibility

This commit is contained in:
jxxghp
2026-05-20 19:55:44 +08:00
parent 0f906f791a
commit beb0506b0c
7 changed files with 57 additions and 2 deletions

View File

@@ -646,6 +646,12 @@ export interface Plugin {
has_page?: boolean
// 是否有新版本
has_update?: boolean
// 主系统版本是否兼容
system_version_compatible?: boolean
// 主系统版本兼容提示
system_version_message?: string
// 主系统版本限定范围
system_version?: string
// 是否本地插件
is_local?: boolean
// 插件仓库地址