fix plugin state

This commit is contained in:
jxxghp
2023-08-03 18:21:32 +08:00
parent ed33968cb6
commit 440dd52dd1
3 changed files with 11 additions and 2 deletions

View File

@@ -523,6 +523,9 @@ export interface Plugin {
// 是否已安装
installed?: boolean
// 运行状态
state?: boolean
}
// 种子信息