diff --git a/README.md b/README.md index c8471a8..fa52d82 100644 --- a/README.md +++ b/README.md @@ -1,40 +1,24 @@ # FYReader-master -风月读书,一款免费、无广告的小说阅读软件。 +风月读书,一款开源、无广告的小说阅读软件。 -主要功能: + 11个网络小说书源:天籁小说、笔趣阁44、品书网、笔趣阁、 + 全本小说、米趣小说、九桃小说、云中书库、 + 搜小说网、全小说网、奇奇小说 + 4个实体书书源:超星图书·实体、作品集·实体、99藏书·实体、100本·实体 - 1、书籍可换源(共四个书源) - 笔趣阁44(www.wqge.cc)、笔趣阁(www.52bqg.com)、天籁小说(www.23txt.com)、品书网(www.vodtw.la) + 发现界面:排行榜、分类、书城 - 2、多种阅读方式(覆盖、仿真、滑动、滚动、无动画) + 详细功能可查看图片或下载自行体验 - 3、书架及设置可备份/恢复 - - 4、支持联网下载字体、支持使用本地字体 - - 5、支持切换书架布局(列表模式、宫格模式) - - 6、缓存可导出成txt文件 - - 7、支持导入本地书籍,支持直接打开txt文件 - - 8、支持注册登录将书架及设置同步至网络 - - 9、支持添加书签 - - 10、支持自动翻页 - -demo下载:https://fycz.lanzoui.com/il7HPezefjc +demo下载:https://fycz.lanzoui.com/iBofFh42pxg -![Image](https://github.com/fengyuecanzhu/FYReader/blob/FYReader-master/img/1.png) -![Image](https://github.com/fengyuecanzhu/FYReader/blob/FYReader-master/img/2.png) -![Image](https://github.com/fengyuecanzhu/FYReader/blob/FYReader/img/3.png) -![Image](https://github.com/fengyuecanzhu/FYReader/blob/FYReader/img/4.png) -![Image](https://github.com/fengyuecanzhu/FYReader/blob/FYReader/img/5.png) -![Image](https://github.com/fengyuecanzhu/FYReader/blob/FYReader/img/6.png) -![Image](https://github.com/fengyuecanzhu/FYReader/blob/FYReader/img/7.png) -![Image](https://github.com/fengyuecanzhu/FYReader/blob/FYReader/img/8.png) -![Image](https://github.com/fengyuecanzhu/FYReader/blob/FYReader/img/9.png) -![Image](https://github.com/fengyuecanzhu/FYReader/blob/FYReader/img/10.png) -![Image](https://github.com/fengyuecanzhu/FYReader/blob/FYReader/img/11.png) -![Image](https://github.com/fengyuecanzhu/FYReader/blob/FYReader/img/12.png) \ No newline at end of file +![Image](https://github.com/fengyuecanzhu/FYReader/tree/master/img/1.png) +![Image](https://github.com/fengyuecanzhu/FYReader/tree/master/img/2.png) +![Image](https://github.com/fengyuecanzhu/FYReader/tree/master/img/3.png) +![Image](https://github.com/fengyuecanzhu/FYReader/tree/master/img/4.png) +![Image](https://github.com/fengyuecanzhu/FYReader/tree/master/img/5.png) +![Image](https://github.com/fengyuecanzhu/FYReader/tree/master/img/6.png) +![Image](https://github.com/fengyuecanzhu/FYReader/tree/master/img/7.png) +![Image](https://github.com/fengyuecanzhu/FYReader/tree/master/img/8.png) +![Image](https://github.com/fengyuecanzhu/FYReader/tree/master/img/9.png) +![Image](https://github.com/fengyuecanzhu/FYReader/tree/master/img/10.png) \ No newline at end of file diff --git a/app/src/main/assets/updatelog.fy b/app/src/main/assets/updatelog.fy index 3963096..ae88e67 100644 --- a/app/src/main/assets/updatelog.fy +++ b/app/src/main/assets/updatelog.fy @@ -1,3 +1,10 @@ +2020.10.02 +风月读书v1.20.100120 +1、新增书源:搜小说网、全小说网、奇奇小说 +2、新增停止搜索按钮 +3、优化搜索书籍显示 +4、修复换源对话框部分bug + 2020.10.01 风月读书v1.20.100123 1、新增书源: diff --git a/app/src/main/java/xyz/fycz/myreader/enums/BookSource.java b/app/src/main/java/xyz/fycz/myreader/enums/BookSource.java index 447f8bb..72bc0c8 100644 --- a/app/src/main/java/xyz/fycz/myreader/enums/BookSource.java +++ b/app/src/main/java/xyz/fycz/myreader/enums/BookSource.java @@ -6,8 +6,8 @@ package xyz.fycz.myreader.enums; public enum BookSource { - tianlai("天籁小说"), fynovel("风月小说"), + tianlai("天籁小说"), biquge44("笔趣阁44"), pinshu("品书网"), biquge("笔趣阁"), diff --git a/app/version_code.properties b/app/version_code.properties index c8b1c08..b07c5d4 100644 --- a/app/version_code.properties +++ b/app/version_code.properties @@ -1,2 +1,2 @@ -#Thu Oct 01 23:09:39 CST 2020 -VERSION_CODE=149 +#Fri Oct 02 20:55:45 CST 2020 +VERSION_CODE=150 diff --git a/img/1.png b/img/1.png index f162d27..c9fb5a1 100644 Binary files a/img/1.png and b/img/1.png differ diff --git a/img/10.png b/img/10.png index c9799f6..0f2705c 100644 Binary files a/img/10.png and b/img/10.png differ diff --git a/img/11.png b/img/11.png deleted file mode 100644 index 146983e..0000000 Binary files a/img/11.png and /dev/null differ diff --git a/img/12.png b/img/12.png deleted file mode 100644 index 22a4b52..0000000 Binary files a/img/12.png and /dev/null differ diff --git a/img/2.png b/img/2.png index c7465c9..4f8b9ac 100644 Binary files a/img/2.png and b/img/2.png differ diff --git a/img/3.png b/img/3.png index 00b8e59..ea94fa6 100644 Binary files a/img/3.png and b/img/3.png differ diff --git a/img/4.png b/img/4.png index 6f8e054..93a569d 100644 Binary files a/img/4.png and b/img/4.png differ diff --git a/img/5.png b/img/5.png index 8163266..a63aba8 100644 Binary files a/img/5.png and b/img/5.png differ diff --git a/img/6.png b/img/6.png index 327b9d1..cb62656 100644 Binary files a/img/6.png and b/img/6.png differ diff --git a/img/7.png b/img/7.png index de5bc14..d8551fc 100644 Binary files a/img/7.png and b/img/7.png differ diff --git a/img/8.png b/img/8.png index cd69850..c361ef4 100644 Binary files a/img/8.png and b/img/8.png differ diff --git a/img/9.png b/img/9.png index f70a73e..a6b20c1 100644 Binary files a/img/9.png and b/img/9.png differ