Feature: optimize manage page UI, add new version check for plugin page

This commit is contained in:
萌萌哒赫萝
2023-08-13 23:56:01 -07:00
parent c36a5b85cc
commit e8189b0837
3 changed files with 37 additions and 13 deletions

View File

@@ -151,6 +151,7 @@ interface IPicGoPlugin {
guiMenu?: any[]
ing: boolean
hasInstall?: boolean
[propName: string]: any
}
interface IPicGoPluginConfig {