hectorqin / reader

阅读3服务器版,桌面端,iOS可用。后端 Kotlin + Spring Boot + Vert.x + Coroutine ;前端 Vue.js + Element。麻烦点点star,关注一下公众号【假装大佬】❗️ Demo服务器由于未备案已被关停,建议自行搭建
GNU General Public License v3.0
8.42k stars 5.24k forks source link

阅读3.0 docker版 webview搜索结果都是空 #395

Closed wcyws closed 1 year ago

wcyws commented 1 year ago

试了好几个源仓库的webview源,大佬做的,能搜索了,但是搜出来显示没有更多了 信息如下: docker配置: webview docker run -d --dns 10.1.2.4 --network host --restart=always --name=webview hectorqin/remote-webview reader3 docker run -d --dns 10.1.2.4 --network host --restart=always --name=reader3 -e "SPRING_PROFILES_ACTIVE=prod" -e "READER_APP_REMOTEWEBVIEWAPI=http://localhost:8050" -v /opt/docker/reader3/logs:/logs -v /opt/docker/reader3/storage:/storage hectorqin/reader:latest

日志如下:(请大佬帮忙看看是不是正常,感觉书源没什么问题啊?)

Snipaste_2023-06-19_15-02-58 Snipaste_2023-06-19_15-03-35 image

hectorqin commented 1 year ago

调试一下书源看看

wcyws commented 1 year ago

调试一下书源看看 可能是书源问题,但是我不会调试书源,随后我偶然找了一个书源https://github.com/webview的,发现可以用 然后后来我专门找了一些webview书源,发现大部分都是这种情况,只有极少数https://github.com/webview可以用 能否请大佬提升一些兼容性 下面是两个举例子的书源,均不能使用 https://www.yckceo.com/yuedu/shuyuan/content/id/3429.html https://www.yckceo.com/yuedu/shuyuan/content/id/3578.html 下面是可以用的webview, 找不到链接了,直接贴json如下 { "bookSourceUrl": "https://mjjxs.com/", "bookSourceName": "起步小说", "bookSourceGroup": "⭐️", "bookSourceType": 0, "customOrder": 20549397, "enabled": true, "enabledExplore": true, "enabledCookieJar": false, "header": "{\n "User-Agent": "Mozilla/5.0 (Linux; Android 13; M2012K11AC Build/TKQ1.220829.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/104.0.5112.97 Mobile Safari/537.36",\n"Referer":"https://mjjxs.net/chapter/9139558/1.html?3428\"\n}", "bookSourceComment": "", "lastUpdateTime": 1682163850212, "respondTime": 8585, "weight": 0, "ruleExplore": {}, "searchUrl": "https://mjjxs.net/search/s312t20230309?keyword={{key}},{\n "webView": true\n}", "ruleSearch": { "bookList": ".s_list", "name": "text##.:|\《|\》.", "author": "text##:.", "kind": "text##.\》", "bookUrl": "{{@@A@href}},{'webView': true}" }, "ruleBookInfo": { "name": "h1@text", "author": "", "intro": ".intro@text", "kind": ".info@p.4:5@text", "lastChapter": ".info@p.3@text##最新章节:", "tocUrl": "", "wordCount": ".info@p.7@text##更新时间\:" }, "ruleToc": { "chapterList": "ul.1@.even", "chapterName": "text", "chapterUrl": "{{@@A@href}},{\n "webView": true\n}" }, "ruleContent": { "content": "id.nr1@p!0:-1@html##[.]" }, "searchRule": { "bookList": ".s_list", "name": "text##.:|\《|\》.", "author": "text##:.", "kind": "text##.\》", "bookUrl": "{{@@A@href}},{'webView': true}" }, "exploreRule": {}, "bookInfoRule": { "name": "h1@text", "author": "", "intro": ".intro@text", "kind": ".info@p.4:5@text", "lastChapter": ".info@p.3@text##最新章节:", "tocUrl": "", "wordCount": ".info@p.7@text##更新时间\:" }, "tocRule": { "chapterList": "ul.1@.even", "chapterName": "text", "chapterUrl": "{{@@A@href}},{\n "webView": true\n}" }, "contentRule": { "content": "id.nr1@p!0:-1@html##[.]" }, "tag": "起步小说", "key": "https://mjjxs.com/" }

hectorqin commented 1 year ago

自行调试,或者使用其它的书源