mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-08-22 00:33:25 +08:00
✨ Feature: auto import of manage page can be closed now
This commit is contained in:
@@ -569,6 +569,10 @@ function isImported (alias: string) {
|
||||
}
|
||||
|
||||
async function transUpToManage (config: IUploaderConfigListItem, picBedName: string) {
|
||||
const autoImport = await getConfig<boolean>('settings.autoImport') || false
|
||||
if (!autoImport) {
|
||||
return
|
||||
}
|
||||
let alias: string = ''
|
||||
const resultMap: IStringKeyMap = {}
|
||||
switch (picBedName) {
|
||||
|
||||
Reference in New Issue
Block a user