docs: point QDReader to Autman plugin repo
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
- `qx/rewrite/qdreader_cookie.js`:QX 重写 JS,拦截起点读书 `getlogininfo`,自动保存 Cookie 并生成提交文本。
|
||||
- `qx/subscribe/qdreader.qx.snippet`:QX 订阅片段。
|
||||
- `qx/subscribe/qdreader.subscription.json`:订阅 JSON。
|
||||
- `autman/qdreader_sign_autman.js`:Autman 机器人签到插件,支持提交 CK、签到、查询、删除、导出。
|
||||
- Autman 正式插件已迁移到统一插件仓库:`Hermes/autman-plugins/plugins/qdreader/qdreader_sign_autman.js`。
|
||||
- `autman/qdreader_cookie_autman.js`:旧版仅保存 CK 插件,保留兼容,不再推荐。
|
||||
- `source/qdreader.upstream.js`:上游 QDReader 脚本备份。
|
||||
|
||||
@@ -43,16 +43,16 @@ hostname = h5.if.qidian.com
|
||||
|
||||
## 2. Autman 签到插件
|
||||
|
||||
导入推荐插件:
|
||||
导入推荐插件(统一 Autman 插件仓库):
|
||||
|
||||
```text
|
||||
autman/qdreader_sign_autman.js
|
||||
https://gitea.chickliu.fun/Hermes/autman-plugins/raw/branch/main/plugins/qdreader/qdreader_sign_autman.js
|
||||
```
|
||||
|
||||
原始文件链接:
|
||||
实机 JS 副本:
|
||||
|
||||
```text
|
||||
https://gitea.chickliu.fun/Hermes/qdreader-qx-cookie-autman-bot/raw/branch/main/autman/qdreader_sign_autman.js
|
||||
https://gitea.chickliu.fun/Hermes/autman-plugins/raw/branch/main/js/qdreader_sign_autman.js
|
||||
```
|
||||
|
||||
插件规则:
|
||||
@@ -64,6 +64,9 @@ https://gitea.chickliu.fun/Hermes/qdreader-qx-cookie-autman-bot/raw/branch/main/
|
||||
qdreader ...
|
||||
```
|
||||
|
||||
定时运行:插件头注已内置 `//[cron: 15 7 * * *]`,每日 07:15 自动执行全部账号签到。
|
||||
手动运行:直接给 Autman 机器人发送 `起点签到`;单账号发送 `起点签到 <uid>`。
|
||||
|
||||
交互命令:
|
||||
|
||||
```text
|
||||
@@ -103,3 +106,4 @@ Autman 插件内置执行:
|
||||
## 4. 风险提示
|
||||
|
||||
仅供个人学习、研究与自动化测试使用。目标接口、风控策略或签名网关变化都可能导致失效。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user