feat: add QDReader scheduled sign plugin

This commit is contained in:
2026-05-17 03:47:26 +08:00
parent 91fb033e07
commit b5c9c18840
4 changed files with 521 additions and 0 deletions
+16
View File
@@ -61,9 +61,25 @@ GET /api/sms/stats
## 当前状态
初始通用仓库骨架已创建。等待 BOSS 上传既有 Autman 插件后,再按实际风格补齐实现。
### 起点读书 QDReader 签到插件
- 正式源码:`plugins/qdreader/qdreader_sign_autman.js`
- 实机 JS 副本:`js/qdreader_sign_autman.js`
- 定时运行:`cron: 15 7 * * *`,每日 07:15 自动签到
- 手动运行:`起点签到` / `起点签到 <uid>`
- Cookie 维护:`起点ck <cookie>` / `起点ck 查询` / `起点ck 删除 <uid>`
Raw 导入:
```text
https://gitea.chickliu.fun/Hermes/autman-plugins/raw/branch/main/plugins/qdreader/qdreader_sign_autman.js
```
## 文档
- [Autman 插件开发规则与仓库约定](docs/autman-plugin-rules.md)
- [JS 微服务路由插件模板](templates/js-router-plugin-template.js)
- [Python middleware 插件模板](templates/python-middleware-plugin-template.py)