🐛 Fix: plugin config can't save

ISSUES CLOSED: #943
This commit is contained in:
PiEgg
2022-07-31 18:22:56 +08:00
parent 219b367f7c
commit 09e4e82ca9
3 changed files with 13 additions and 12 deletions

View File

@@ -151,6 +151,11 @@ interface IPicGoPluginConfig {
type: string
required: boolean
default?: any
alias?: string
choices?: {
name?: string
value?: any
}[]
[propName: string]: any
}