Skip to content

Commit

Permalink
修改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
x201206030 committed Dec 26, 2020
1 parent 45c59ec commit 7e650a0
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 9 deletions.
33 changes: 29 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ novel-plus -- 父工程

[点击查看接口文档示例](doc/api/api.md)

#### PC站截图
#### 橙色主题模版截图
##### PC站截图

1. 首页

Expand Down Expand Up @@ -136,7 +137,7 @@ novel-plus -- 父工程

![img](https://oscimg.oschina.net/oscnet/up-f849960f4c1303fea77d26e64fc505a7180.png)

#### 手机站截图
##### 手机站截图

1. 首页

Expand All @@ -154,13 +155,13 @@ novel-plus -- 父工程

<img src="https://s3.ax1x.com/2020/12/04/Dbsew4.jpg" alt="QQ图片20191018161901" style="zoom:33%;" />

#### 爬虫管理系统截图
##### 爬虫管理系统截图

![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)

Expand All @@ -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)

#### 安装步骤

##### 数据库安装
Expand Down
2 changes: 1 addition & 1 deletion novel-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.java2nb</groupId>
<artifactId>novel-admin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<packaging>jar</packaging>

<name>novel-admin</name>
Expand Down
2 changes: 1 addition & 1 deletion novel-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>novel</artifactId>
<groupId>com.java2nb</groupId>
<version>3.2.0</version>
<version>3.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion novel-crawl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>novel</artifactId>
<groupId>com.java2nb</groupId>
<version>3.2.0</version>
<version>3.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion novel-front/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>novel</artifactId>
<groupId>com.java2nb</groupId>
<version>3.2.0</version>
<version>3.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.java2nb</groupId>
<artifactId>novel</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<modules>
<module>novel-common</module>
<module>novel-front</module>
Expand Down

0 comments on commit 7e650a0

Please sign in to comment.