mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-03-11 23:48:14 -04:00
🐛 Fix: fix manage config file sync bug
This commit is contained in:
parent
9f49fc0a7d
commit
47b61e6b56
@ -569,6 +569,7 @@ function handleConfigImport (alias: string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function getCurrentConfigList () {
|
async function getCurrentConfigList () {
|
||||||
|
await manageStore.refreshConfig()
|
||||||
const configList = await getPicBedsConfig<any>('uploader') ?? {}
|
const configList = await getPicBedsConfig<any>('uploader') ?? {}
|
||||||
const pbList = ['aliyun', 'aws-s3', 'github', 'imgur', 'local', 'qiniu', 'sftpplist', 'smms', 'tcyun', 'upyun', 'webdavplist']
|
const pbList = ['aliyun', 'aws-s3', 'github', 'imgur', 'local', 'qiniu', 'sftpplist', 'smms', 'tcyun', 'upyun', 'webdavplist']
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user