This commit is contained in:
kunfei 2022-01-12 20:19:38 +08:00
parent 186d036497
commit a6d5efc1d7

View File

@ -26,8 +26,8 @@ import kotlin.math.min
@Suppress("unused") @Suppress("unused")
object BookHelp { object BookHelp {
val downloadDir: File = appCtx.externalFiles private val downloadDir: File = appCtx.externalFiles
const val cacheFolderName = "book_cache" private const val cacheFolderName = "book_cache"
private const val cacheImageFolderName = "images" private const val cacheImageFolderName = "images"
private val downloadImages = CopyOnWriteArraySet<String>() private val downloadImages = CopyOnWriteArraySet<String>()