Implement a reader for epubs

This commit is contained in:
Jackson Harper
2023-04-15 08:22:54 +08:00
parent cd5ed5a4f3
commit 69df32d428
14 changed files with 218 additions and 23 deletions

View File

@ -203,6 +203,7 @@ enum BulkActionType {
}
enum ContentReader {
EPUB
PDF
WEB
}