diff --git a/README.md b/README.md index 7efe45f..a6f7307 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,8 @@ novel-plus -- 父工程 [点击查看接口文档示例](doc/api/api.md) -#### PC站截图 +#### 橙色主题模版截图 +##### PC站截图 1. 首页 @@ -136,7 +137,7 @@ novel-plus -- 父工程 ![img](https://oscimg.oschina.net/oscnet/up-f849960f4c1303fea77d26e64fc505a7180.png) -#### 手机站截图 +##### 手机站截图 1. 首页 @@ -154,13 +155,13 @@ novel-plus -- 父工程 QQ图片20191018161901 -#### 爬虫管理系统截图 +##### 爬虫管理系统截图 ![img](https://s1.ax1x.com/2020/11/03/BsOgbD.png) ![img](https://s1.ax1x.com/2020/11/03/BsOHr8.png) -#### 后台管理系统截图 +##### 后台管理系统截图 ![img](https://oscimg.oschina.net/oscnet/up-0552343538674a22a64819834100558f39b.png) @@ -170,6 +171,30 @@ novel-plus -- 父工程 ![img](https://oscimg.oschina.net/oscnet/up-faf5dda7320674c29a1772bc0c81d74762e.png) +#### 深色主题模版截图 +##### PC站截图 + +1. 首页 + + ![index](https://static.oschina.net/uploads/img/202006/24151811_wIus.png) + +##### 手机站截图 +1. 首页 + + ![index](https://static.oschina.net/uploads/img/202006/24151812_OOob.jpg) + +4. 小说详情页 + + ![微信图片_20190904181558](https://static.oschina.net/uploads/img/202006/24151812_ZosF.png) + +5. 目录页 + + ![QQ图片20191018161901](https://static.oschina.net/uploads/img/202006/24151812_Krva.png) + +5. 小说阅读页 + + ![QQ图片20191018161901](https://static.oschina.net/uploads/img/202006/24151813_fDgT.png) + #### 安装步骤 ##### 数据库安装: diff --git a/novel-admin/pom.xml b/novel-admin/pom.xml index e8f4095..05a451c 100644 --- a/novel-admin/pom.xml +++ b/novel-admin/pom.xml @@ -5,7 +5,7 @@ com.java2nb novel-admin - 3.2.0 + 3.3.0 jar novel-admin diff --git a/novel-common/pom.xml b/novel-common/pom.xml index 2210d6c..9edc989 100644 --- a/novel-common/pom.xml +++ b/novel-common/pom.xml @@ -5,7 +5,7 @@ novel com.java2nb - 3.2.0 + 3.3.0 4.0.0 diff --git a/novel-crawl/pom.xml b/novel-crawl/pom.xml index 94f9d26..3bd8fbb 100644 --- a/novel-crawl/pom.xml +++ b/novel-crawl/pom.xml @@ -5,7 +5,7 @@ novel com.java2nb - 3.2.0 + 3.3.0 4.0.0 diff --git a/novel-front/pom.xml b/novel-front/pom.xml index 3dec99e..51542f8 100644 --- a/novel-front/pom.xml +++ b/novel-front/pom.xml @@ -5,7 +5,7 @@ novel com.java2nb - 3.2.0 + 3.3.0 4.0.0 diff --git a/pom.xml b/pom.xml index d1a0ac1..65f22c9 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.java2nb novel - 3.2.0 + 3.3.0 novel-common novel-front