mirror of
https://github.com/201206030/novel-plus.git
synced 2025-04-27 01:30:51 +00:00
v2.1.0发布
This commit is contained in:
parent
07b9ffde96
commit
0144b77983
24
README.md
24
README.md
@ -40,7 +40,7 @@ novel-plus -- 父工程
|
||||
```
|
||||
|
||||
#### 技术选型
|
||||
Springboot+Mybatis+Mysql+Ehcache+Thymeleaf+Layui
|
||||
Springboot+Mybatis+Mysql+ElasticSearch+Ehcache+Thymeleaf+Layui
|
||||
|
||||
#### PC站截图
|
||||
|
||||
@ -52,35 +52,43 @@ Springboot+Mybatis+Mysql+Ehcache+Thymeleaf+Layui
|
||||
|
||||

|
||||
|
||||
3. 排行榜
|
||||
3. 搜索页
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
4. 排行榜
|
||||
|
||||

|
||||
|
||||
4. 详情页
|
||||
5. 详情页
|
||||
|
||||

|
||||
|
||||
5. 阅读页
|
||||
6. 阅读页
|
||||
|
||||

|
||||
|
||||
6. 用户中心
|
||||
7. 用户中心
|
||||
|
||||

|
||||
|
||||
7. 充值
|
||||
8. 充值
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
8.作家专区
|
||||
9. 作家专区
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
9.购买
|
||||
10. 购买
|
||||
|
||||

|
||||
|
||||
|
BIN
assets/QQ20200520-215756.png
Normal file
BIN
assets/QQ20200520-215756.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 105 KiB |
@ -12,7 +12,7 @@ PUT /novel
|
||||
"authorName" : {
|
||||
"type" : "text",
|
||||
"analyzer": "ik_smart",
|
||||
"boost": 1
|
||||
"boost": 1.9
|
||||
},
|
||||
|
||||
"bookName" : {
|
||||
@ -38,7 +38,7 @@ PUT /novel
|
||||
"catName" : {
|
||||
"type" : "text",
|
||||
"analyzer": "ik_smart",
|
||||
"boost": 0.5
|
||||
"boost": 1.0
|
||||
},
|
||||
|
||||
"lastIndexId" : {
|
||||
|
Loading…
x
Reference in New Issue
Block a user