Merge remote-tracking branch 'origin/master'

This commit is contained in:
kunfei
2023-03-13 19:30:26 +08:00
@@ -57,7 +57,7 @@ object BookHelp {
} }
/** /**
* 清除已删除书的缓存 * 清除已删除书的缓存 解压缓存
*/ */
suspend fun clearInvalidCache() { suspend fun clearInvalidCache() {
withContext(IO) { withContext(IO) {
@@ -79,6 +79,7 @@ object BookHelp {
FileUtils.delete(epubFile.absolutePath) FileUtils.delete(epubFile.absolutePath)
} }
} }
FileUtils.delete(ArchiveUtils.TEMP_PATH)
} }
} }