mirror of
https://github.com/201206030/novel-plus.git
synced 2025-07-01 15:26:37 +00:00
Compare commits
3 Commits
release_v3
...
v3.0.2
Author | SHA1 | Date | |
---|---|---|---|
2ce51d5fc0 | |||
2f4b671d84 | |||
6ffd8d90d7 |
@ -134,19 +134,19 @@ novel-plus -- 父工程
|
|||||||
|
|
||||||
1. 首页
|
1. 首页
|
||||||
|
|
||||||

|
<img src="https://s3.ax1x.com/2020/12/04/DbsSoj.jpg" alt="index" style="zoom:33%;" />
|
||||||
|
|
||||||
2. 小说列表页
|
2. 小说列表页
|
||||||
|
|
||||||

|
<img src="https://s3.ax1x.com/2020/12/04/DbrfsO.jpg" alt="微信图片_20190904181558" style="zoom: 33%;" />
|
||||||
|
|
||||||
3. 小说详情页
|
3. 小说详情页
|
||||||
|
|
||||||

|
<img src="https://s3.ax1x.com/2020/12/04/DbsklV.jpg" alt="QQ图片20191018161901" style="zoom:33%;" />
|
||||||
|
|
||||||
4. 小说阅读页
|
4. 小说阅读页
|
||||||
|
|
||||||

|
<img src="https://s3.ax1x.com/2020/12/04/Dbsew4.jpg" alt="QQ图片20191018161901" style="zoom:33%;" />
|
||||||
|
|
||||||
#### 爬虫管理系统截图
|
#### 爬虫管理系统截图
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>novel</artifactId>
|
<artifactId>novel</artifactId>
|
||||||
<groupId>com.java2nb</groupId>
|
<groupId>com.java2nb</groupId>
|
||||||
<version>3.0.1</version>
|
<version>3.0.2</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>novel</artifactId>
|
<artifactId>novel</artifactId>
|
||||||
<groupId>com.java2nb</groupId>
|
<groupId>com.java2nb</groupId>
|
||||||
<version>3.0.1</version>
|
<version>3.0.2</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>novel</artifactId>
|
<artifactId>novel</artifactId>
|
||||||
<groupId>com.java2nb</groupId>
|
<groupId>com.java2nb</groupId>
|
||||||
<version>3.0.1</version>
|
<version>3.0.2</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -196,7 +196,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<p class="Readpage" style="background:#FFFFFF;padding:2px;">
|
<p class="Readpage" style="background:#FFFFFF;padding:2px;">
|
||||||
<a id="lightdiv" class="button lighton" onclick="nr_setbg('light')">开灯</a>
|
<a id="lightdiv" class="button lightoff" onclick="nr_setbg('light')">关灯</a>
|
||||||
<a id="huyandiv" class="button huyanon" onclick="nr_setbg('huyan')">护眼</a>
|
<a id="huyandiv" class="button huyanon" onclick="nr_setbg('huyan')">护眼</a>
|
||||||
字体:<a id="fontbig" class="sizebg" onclick="nr_setbg('big')">大</a> <a id="fontmiddle" class="button sizebgon"
|
字体:<a id="fontbig" class="sizebg" onclick="nr_setbg('big')">大</a> <a id="fontmiddle" class="button sizebgon"
|
||||||
onclick="nr_setbg('middle')">中</a> <a
|
onclick="nr_setbg('middle')">中</a> <a
|
||||||
@ -230,13 +230,13 @@
|
|||||||
<div th:replace="mobile/common/js :: js">
|
<div th:replace="mobile/common/js :: js">
|
||||||
</div>
|
</div>
|
||||||
<div id="chaptercontent" class="Readarea ReadAjax_content screen_container"
|
<div id="chaptercontent" class="Readarea ReadAjax_content screen_container"
|
||||||
style="color: rgb(0, 0, 0); font-size: 25px;" th:if="${!needBuy}">
|
style="color: rgb(0, 0, 0); font-size: 20px;" th:if="${!needBuy}">
|
||||||
<p style="width:100%;text-alight:center; overflow: auto;-webkit-overflow-scrolling:touch;" >
|
<p style="width:100%;text-alight:center; overflow: auto;-webkit-overflow-scrolling:touch;" >
|
||||||
<span
|
<span
|
||||||
th:utext="${bookContent.content}"></span></p>
|
th:utext="${bookContent.content}"></span></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="Readarea ReadAjax_content screen_container"
|
<div class="Readarea ReadAjax_content screen_container"
|
||||||
style="color: rgb(0, 0, 0); font-size: 10px;background-color: #fff" th:if="${needBuy}">
|
style="color: rgb(0, 0, 0); font-size: 20px;background-color: #fff" th:if="${needBuy}">
|
||||||
<h5>此章为VIP章节,需要订阅后才能继续阅读</h5>
|
<h5>此章为VIP章节,需要订阅后才能继续阅读</h5>
|
||||||
价格:<span style="color: red" th:text="${bookIndex.bookPrice}+'屋币(1元=100屋币)'"></span><br/>
|
价格:<span style="color: red" th:text="${bookIndex.bookPrice}+'屋币(1元=100屋币)'"></span><br/>
|
||||||
<a href="javascript:buyBookIndex()" type="button" class="layui-btn layui-btn-sm layui-btn-radius">购买</a>
|
<a href="javascript:buyBookIndex()" type="button" class="layui-btn layui-btn-sm layui-btn-radius">购买</a>
|
||||||
|
2
pom.xml
2
pom.xml
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<groupId>com.java2nb</groupId>
|
<groupId>com.java2nb</groupId>
|
||||||
<artifactId>novel</artifactId>
|
<artifactId>novel</artifactId>
|
||||||
<version>3.0.1</version>
|
<version>3.0.2</version>
|
||||||
<modules>
|
<modules>
|
||||||
<module>novel-common</module>
|
<module>novel-common</module>
|
||||||
<module>novel-front</module>
|
<module>novel-front</module>
|
||||||
|
Reference in New Issue
Block a user