修复可用外置存储路径列表不完整的问题

This commit is contained in:
lyswhut 2023-12-20 23:28:34 +08:00
parent 25c276fb7a
commit c79f38b58c

View File

@ -35,7 +35,6 @@ export default memo(({
await readDir(path)
} catch { continue }
storagePathsRef.current.push(path)
break
}
})
}, [])