Skip to content

Commit

Permalink
完善说明
Browse files Browse the repository at this point in the history
  • Loading branch information
ldm2060 authored and yingziwu committed Jun 26, 2023
1 parent d5c1b8a commit 5bf6a5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ EPUB 文件请使用相应阅读器阅读。
| [SF 轻小说](https://book.sfacg.com/) |\* |\*\* | \*不支持对话小说,例:[224282](https://book.sfacg.com/Novel/224282/)\*\*VIP 章节仅支持图片版。 |
| [起点中文网](https://www.qidian.com/) ||| 部分小说 VIP 章节可能出现乱码无法下载。 |
| [起点女生网](https://www.qdmm.com/) ||| |
| [晋江文学城](http://www.jjwxc.net/) ||| 之前版本 VIP 章节使用[晋江防盗字体对照表](https://github.com/yingziwu/jjwxcFontTables)去除空格。<br>脚本将向云端请求数据,远程字体功能可通过 `enableJjwxcRemoteFont` 配置项手动关闭。 <br><br>现使用 app api,需要登录[web 版网站](https://jjwxc.net)|
| [晋江文学城](http://www.jjwxc.net/) ||| 之前版本 VIP 章节使用[晋江防盗字体对照表](https://github.com/yingziwu/jjwxcFontTables)去除空格。<br>脚本将向云端请求数据,远程字体功能可通过 `enableJjwxcRemoteFont` 配置项手动关闭。 <br><br>现使用 app api,需要自己抓包|
| [长佩文学](https://www.gongzicp.com/) ||| 反爬较严,限制下载速度,每分钟约可下载 6 章,请耐心等待,最好不要多开页面同时下载多本长佩小说。<br>长佩文学为单页应用,如打开书籍详情页右上角未出现下载图标,请按下 F5 重新加载当前页面。 |
| [书耽](https://www.shubl.com/) ||| VIP 章节仅支持图片版。 |
| [海棠文化线上文学城](https://ebook.longmabook.com/) ||| |
Expand Down Expand Up @@ -181,7 +181,7 @@ EPUB 文件请使用相应阅读器阅读。

### 晋江文学城

下载抓包精灵(可在Google Play、酷安搜索到,其他软件也可以)并配置好设置,然后登录晋江文学城 android app 并随意浏览章节,在形如“https://app.jjwxc.org/androidapi/chapterContent?” 等链接的get方式链接中找到&token=后的字符串(止于下一个&)。
下载抓包精灵(可在Google Play、酷安搜索到,其他软件也可以)并配置好设置,然后登录晋江文学城 android app (iOS平台不适用)并随意浏览章节,在形如“https://app.jjwxc.org/androidapi/chapterContent?” 等链接中找到&token=后的字符串(止于下一个&)。

在脚本管理器中新建如下脚本(不要把该脚本代码和其他脚本代码合并,除非你完全理解脚本的意思)并保存:

Expand All @@ -200,7 +200,7 @@ EPUB 文件请使用相应阅读器阅读。
"use strict";

const tokenOptions = {
Jjwxc: "填入token,形如客户号_字符串",
Jjwxc: "填入token,形如客户号+下划线'_'+字母与数字混合的字符串",
};
window.tokenOptions = tokenOptions;
})();
Expand Down

0 comments on commit 5bf6a5f

Please sign in to comment.