🐛 Fix: fix manage config file sync bug

This commit is contained in:
Kuingsmile 2023-10-11 13:39:30 +08:00
parent 9f49fc0a7d
commit 47b61e6b56

View File

@ -569,6 +569,7 @@ function handleConfigImport (alias: string) {
}
async function getCurrentConfigList () {
await manageStore.refreshConfig()
const configList = await getPicBedsConfig<any>('uploader') ?? {}
const pbList = ['aliyun', 'aws-s3', 'github', 'imgur', 'local', 'qiniu', 'sftpplist', 'smms', 'tcyun', 'upyun', 'webdavplist']