-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
64 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# EbookReader | ||
|
||
The EbookReader is an Android application for reading books on Android devices. It supports many document formats, such as TXT, MOBI, AZW, AZW3, AZW4, PDF, XPS, OpenXPS, CBZ, EPUB, and FictionBook 2. | ||
|
||
----------------------- | ||
|
||
* 项目地址:[Github](https://github.com/longluo/EbookReader) | ||
|
||
* 博客地址:[Long Luo's Develop Notes](https://longluo.me) | ||
|
||
|
||
* [点击下载 Apk 体验](https://raw.githubusercontent.com/longluo/EbookReader/dev/releases/EbookReader_release.apk), | ||
|
||
或者扫码下载 | ||
|
||
![](pictures/EbookReader_QRCode.png) | ||
|
||
如果你是一名开发者,你也可以选择[下载 Debug版 Apk](https://raw.githubusercontent.com/longluo/Android_Dev_Quick/dev/releases/Android_Dev_Quick_debug.apk) | ||
|
||
----------------- | ||
|
||
|
||
|
||
App Screen Shots: | ||
|
||
支持Epub格式 | ||
|
||
<a href="./pictures/EbookReader_Epub.png"><img src="./pictures/EbookReader_Epub.png" width="30%" /></a> | ||
|
||
Pdf格式文件 | ||
|
||
<a href="./pictures/pdf/EbookReader_Pdf.png"><img src="./pictures/pdf/EbookReader_Pdf.png" width="30%" /></a> | ||
|
||
阅读界面: | ||
|
||
<a href="./pictures/read/EbookReader_Reader_Page.png"><img src="./pictures/read/EbookReader_Reader_Page.png" width="30%" /></a><a href="./pictures/read/EbookReader_Read_Contents.png"><img src="./pictures/read/EbookReader_Read_Contents.png" width="30%" /></a><a href="./pictures/read/EbookReader_Read_NightMode.png"><img src="./pictures/read/EbookReader_Read_NightMode.png" width="30%" /></a> | ||
|
||
阅读设置: | ||
|
||
<a href="./pictures/read/EbookReader_Read_Setting.png"><img src="./pictures/read/EbookReader_Read_Setting.png" width="30%" /></a><a href="./pictures/read/EbookReader_Read_ReadSetting.png"><img src="./pictures/read/EbookReader_Read_ReadSetting.png" width="30%" /></a><a href="./pictures/read/EbookReader_Read_Progress.png"><img src="./pictures/read/EbookReader_Read_Progress.png" width="30%" /></a> | ||
|
||
TTS阅读: | ||
|
||
<a href="./pictures/read/EbookReader_Read_TTS.png"><img src="./pictures/read/EbookReader_Read_TTS.png" width="30%" /></a> | ||
|
||
----------------- | ||
|
||
2021.12.11 增加mobi, azw, azw3, azw4, fb2, cbz, xps, openxps格式电子书支持; | ||
|
||
2021.12.13 修复之前的txt阅读界面bug; | ||
|
||
2021.12.15 增加tts阅读支持; | ||
|
||
|