get Cover Uri In Volume
open suspend fun getCoverUriInVolume(bookId: String, volume: Volume, volumeChapterContentMap: MutableMap<String, ChapterContent>, context: Context): Uri?
根据卷获取该卷封面的Uri, 用于EPUB分卷导出 如无则返回null
Return
封面图片的Uri, 如无则返回null
Since
Api 2
Parameters
book Id
书本id
volume
需要搜索封面的卷对象
volume Chapter Content Map
包含搜索卷全部章节的Map, 以章节id为key
context
Android上下文