oho-reader icon indicating copy to clipboard operation
oho-reader copied to clipboard

【停止维护】哦豁阅读器!API源自追书神器,免费使用!填坑完成!使用react

Results 8 oho-reader issues
Sort by recently updated
recently updated
newest added

从搜索出来的结果进去阅读页面点目录还是上一本书的目录

需要滑动翻页功能(可根据起点网的手机网页版)

华为自带浏览器打开空白。6.0系统。

在线版不能打开简介,不追了,没办法删书 http://119.29.159.156:3001/

偶尔会用电脑看小说 希望能增加方向键右键下一章功能

`url2Real` 函数添加 `decodeURIComponent` ```js //转化封面url为实际url export const url2Real = (url) => { if (url.search(/agent/i) === -1) { return 'http://api.zhuishushenqi.com' + url; } else{ return decodeURIComponent(url.replace(/\/agent\//, '')); } } ```