Skip to content

Commit

Permalink
update the ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
longluo committed Jul 9, 2022
1 parent 45ad484 commit df60d74
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 18 deletions.
28 changes: 10 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,37 @@

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.

-----------------------
# Download

* 项目地址:[Github](https://github.com/longluo/EbookReader)
- [Release Version Apk](https://github.com/longluo/EbookReader/blob/master/releases/EbookReader_release.apk)

* 博客地址:[Long Luo's Develop Notes](https://longluo.me)


* [点击下载 Apk 体验](https://raw.githubusercontent.com/longluo/EbookReader/dev/releases/EbookReader_release.apk)

或者扫码下载
Or Scan the QRCode:

![](pictures/EbookReader_QRCode.png)

如果你是一名开发者,你也可以选择[下载 Debug版 Apk](https://raw.githubusercontent.com/longluo/Android_Dev_Quick/dev/releases/Android_Dev_Quick_debug.apk)
- [Debug Version Apk](https://github.com/longluo/EbookReader/blob/master/releases/EbookReader_debug.apk)

-----------------

# App Screen Shots:


App Screen Shots:

支持Epub格式
- Epub:

<a href="./pictures/EbookReader_Epub.png"><img src="./pictures/EbookReader_Epub.png" width="30%" /></a>

Pdf格式文件
- Pdf:

<a href="./pictures/pdf/EbookReader_Pdf.png"><img src="./pictures/pdf/EbookReader_Pdf.png" width="30%" /></a>

阅读界面
- Reading Page

<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>

阅读设置:
- Reading Settings:

<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阅读:
- TTS:

<a href="./pictures/read/EbookReader_Read_TTS.png"><img src="./pictures/read/EbookReader_Read_TTS.png" width="30%" /></a>

Expand All @@ -51,4 +44,3 @@ TTS阅读:

2021.12.15 增加tts阅读支持;


54 changes: 54 additions & 0 deletions ReadMe-cn.md
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阅读支持;


0 comments on commit df60d74

Please sign in to comment.