pull/1295/head
gedoor 3 years ago
parent 4a3c5d4ddf
commit 67e6bc3d3f
  1. 2
      app/src/main/assets/defaultData/bookSources.json

@ -30,7 +30,7 @@
"ruleExplore": { "ruleExplore": {
"author": "$.author", "author": "$.author",
"bookList": "$.content.content", "bookList": "$.content.content",
"bookUrl": "$.id@js:'https://www.kaixin7days.com/book-service/bookMgt/getAllChapterByBookId,{ \"method\": \"POST\",\"body\": {\"bookId\": \"'+result+'\",\"pageNum\": \"1\",\"pageSize\": \"100\"} }'", "bookUrl": "$.id@js:'https://www.kaixin7days.com/book-service/bookMgt/getAllChapterByBookId,{ \"method\": \"POST\",\"body\": {\"bookId\": \"'+result+'\",\"pageNum\": \"1\",\"pageSize\": \"10000\"} }'",
"coverUrl": "$.cover@js:var cover = JSON.parse(result);'https://www.shuidi.online:9021/fileMgt/getPicture?filePath='+cover.storeFilePath", "coverUrl": "$.cover@js:var cover = JSON.parse(result);'https://www.shuidi.online:9021/fileMgt/getPicture?filePath='+cover.storeFilePath",
"intro": "$.desc", "intro": "$.desc",
"lastChapter": "$.newestChapter", "lastChapter": "$.newestChapter",

Loading…
Cancel
Save