修改readme

master
Z 4 years ago
parent 9c632d4a05
commit 1050a30856
  1. 15
      .idea/jarRepositories.xml
  2. 9
      .idea/misc.xml
  3. 13
      README.md
  4. 7
      app/src/main/res/layout/activity_welcome.xml
  5. BIN
      app/src/main/res/mipmap-xhdpi/bg_splash.png
  6. BIN
      app/src/main/res/mipmap-xxhdpi/icon_read_book.png
  7. BIN
      app/src/main/res/mipmap-xxxhdpi/icon_read_book.png
  8. BIN
      screenshot/edit.jpg
  9. BIN
      screenshot/night.jpg
  10. BIN
      screenshot/书库.jpg
  11. BIN
      screenshot/书籍目录.png
  12. BIN
      screenshot/推荐.jpg
  13. BIN
      screenshot/插页1.jpg
  14. BIN
      screenshot/插页2.jpg
  15. BIN
      screenshot/插页3.jpg
  16. BIN
      screenshot/搜索.png
  17. BIN
      screenshot/缓存.png
  18. BIN
      screenshot/设置.png
  19. BIN
      screenshot/阅读页.png
  20. BIN
      screenshot/阅读页菜单.png
  21. BIN
      screenshot/首页.jpg

@ -26,6 +26,16 @@
<option name="name" value="maven" />
<option name="url" value="https://maven.aliyun.com/nexus/content/groups/public/" />
</remote-repository>
<remote-repository>
<option name="id" value="maven" />
<option name="name" value="maven" />
<option name="url" value="https://maven.aliyun.com/nexus/content/groups/public/" />
</remote-repository>
<remote-repository>
<option name="id" value="maven3" />
<option name="name" value="maven3" />
<option name="url" value="https://maven.google.com/" />
</remote-repository>
<remote-repository>
<option name="id" value="maven3" />
<option name="name" value="maven3" />
@ -41,5 +51,10 @@
<option name="name" value="maven4" />
<option name="url" value="https://dl.bintray.com/umsdk/release" />
</remote-repository>
<remote-repository>
<option name="id" value="maven4" />
<option name="name" value="maven4" />
<option name="url" value="https://dl.bintray.com/umsdk/release" />
</remote-repository>
</component>
</project>

@ -1,11 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CMakeSettings">
<configurations>
<configuration PROFILE_NAME="Debug" CONFIG_NAME="Debug" />
</configurations>
</component>
<component name="EntryPointsManager">
<list size="1">
<item index="0" class="java.lang.String" itemvalue="androidx.lifecycle.OnLifecycleEvent" />
<item index="0" class="java.lang.String" itemvalue="com.squareup.otto.Subscribe" />
</list>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="JDK" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">

@ -1,15 +1,20 @@
# Reader
一款网络小说阅读器📕,采用Kt编写,支持追书、看书。支持TTS语音朗读,仿真翻页等功能。相比old分支:
- 重写代码逻辑,优化代码结构,Md设计风格
- 重写代码,优化阅读器代码结构,Md设计风格
+ sql分层处理,MVVM 架构
+ sql分层处理,MVVM架构
* 语音朗读、插画、国际化、黑夜模式等功能都进行了实现
- 适配了安卓10,使用AndroidX控件,对刘海屏等异形屏幕有了很好的支持
- 使用AndroidX控件,对刘海屏等异形屏幕有了很好的支持
注: old分支之前项目采用Java编写,之后用studio一键转的Kotlin代码,没有kotlin特有的语法糖之类,
注:
1.(master分支是mvvm重构版,ip被墙了!出不来数据请自行开VPN,old的ip没被封但代码写的不太好)
(master分支是mvvm重构版,ip被墙了!出不来数据请自行开VPN,old的ip没被封但代码写的不太好)
(master分支是mvvm重构版,ip被墙了!出不来数据请自行开VPN,old的ip没被封但代码写的不太好)
2.old分支之前项目采用Java编写,之后用studio一键转的Kotlin代码,没有kotlin特有的语法糖之类,
如果有同学想看java代码,old分支应该更容易懂。master分支为全新代码架构,欢迎大家提问题。本人一定尽快修复
## 使用技术

@ -10,8 +10,8 @@
<ImageView
android:id="@+id/iv_logo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="120dp"
android:layout_height="120dp"
android:src="@mipmap/icon_read_book"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
@ -22,11 +22,12 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/app_name"
android:textColor="@color/md_green_600"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@+id/iv_logo"
android:layout_marginTop="10dp"
android:textSize="25sp"/>
android:textSize="20sp"/>
<TextView
android:id="@+id/tvSkip"

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 516 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 KiB

Loading…
Cancel
Save