mirror of
https://github.com/201206030/novel-cloud.git
synced 2025-07-15 14:46:37 +00:00
chore: 优化 Docker Compose 容器编排文件,进一步简化安装过程
This commit is contained in:
@ -9,16 +9,13 @@ PUT /book
|
||||
"type" : "long"
|
||||
},
|
||||
"authorName" : {
|
||||
"type" : "text",
|
||||
"analyzer": "ik_smart"
|
||||
"type" : "text"
|
||||
},
|
||||
"bookName" : {
|
||||
"type" : "text",
|
||||
"analyzer": "ik_smart"
|
||||
"type" : "text"
|
||||
},
|
||||
"bookDesc" : {
|
||||
"type" : "text",
|
||||
"analyzer": "ik_smart"
|
||||
"type" : "text"
|
||||
},
|
||||
"bookStatus" : {
|
||||
"type" : "short"
|
||||
@ -27,15 +24,13 @@ PUT /book
|
||||
"type" : "integer"
|
||||
},
|
||||
"categoryName" : {
|
||||
"type" : "text",
|
||||
"analyzer": "ik_smart"
|
||||
"type" : "text"
|
||||
},
|
||||
"lastChapterId" : {
|
||||
"type" : "long"
|
||||
},
|
||||
"lastChapterName" : {
|
||||
"type" : "text",
|
||||
"analyzer": "ik_smart"
|
||||
"type" : "text"
|
||||
},
|
||||
"lastChapterUpdateTime" : {
|
||||
"type": "long"
|
||||
|
Reference in New Issue
Block a user