templates/README.md

176 lines
29 KiB
Markdown
Raw Normal View History

2021-11-20 13:35:50 +00:00
# 公共模板库 <sub>For Qiandao 签到框架</sub>
![GitHub last commit](https://img.shields.io/github/last-commit/qiandao-today/templates.svg?style=popout-square)
## 简介
> 项目基于开源的签到框架站使用, 发布者在此发布模板仅供示范, 使用公共模板产生的任何问题需自行承担!
- [binux/qiandao](https://github.com/binux/qiandao) 最初版本框架,已停止维护。
- [qiandao-today/qiandao](https://github.com/qiandao-today/qiandao) 最新版框架,现持续更新中。
- 现模板基于 [最新版框架](https://github.com/qiandao-today/qiandao) 使用, 具体使用方式请自行学习。
> 极个别模板不兼容[旧版本](https://github.com/binux/qiandao)框架, 如有不兼容请使用 [最新版](https://github.com/qiandao-today/qiandao) 。
2020-05-18 05:31:46 +00:00
## 鸣谢
2021-11-20 13:35:50 +00:00
2020-05-18 05:31:46 +00:00
[gxitm](https://github.com/gxitm)
2020-05-20 15:59:45 +00:00
[AragonSnow](https://github.com/AragonSnow)
2020-05-23 03:42:23 +00:00
[FellBan](https://github.com/FellBan)
2020-06-16 02:24:44 +00:00
[Devil](https://github.com/q123458384)
[github-h](https://github.com/github-h)
[liuqitech](https://github.com/liuqitoday)
2020-06-30 18:15:37 +00:00
呆贼
2021-06-17 01:00:57 +00:00
[stay](https://gitee.com/qypw)
2021-06-28 12:48:31 +00:00
[acooler15](https://github.com/acooler15)
2021-11-20 13:16:47 +00:00
[wjf0214](https://github.com/wjf0214)
2021-11-20 13:35:50 +00:00
[a76yyyy](https://github.com/a76yyyy)
> 排名不分先后
QQ群: 642842749
2021-06-17 01:00:57 +00:00
2021-06-28 12:48:31 +00:00
## 如何注册第三方库
2021-11-20 13:35:50 +00:00
20211021版本已经开放注册第三方库的功能默认提供 https://github.com/qiandao-today/templates 仓库,如果需要自建第三方库,请注意一下几点:
1. **仓库根目录必须要有 tpls_history.json 文件**, 需符合以下规范:
2021-06-21 12:03:15 +00:00
```
{
"version":"版本号 yyyymmdd",
"har": {
"必填和name保值一致注意要在文件里保持唯一": {
"name": "必填",
"author": "选题,作者",
"url": "选填har链接",
"update": false,
"comments": "选填har文件的注释可用来解释har所需变量的说明",
"filename": "必填content为空时通过此来读取har",
"content": "选填,不填则根据 filename 的值来读取对应的har文件,默认为base64编码",
2021-06-21 12:03:15 +00:00
"date": "必填, 日期",
2021-06-25 18:17:09 +00:00
"version":"必填, 版本号 yyyymmdd框架通过版本号来判断是否更新模板",
"commenturl":"选填,模板对应的评论区,留空时不显示按钮"
2021-06-21 12:03:15 +00:00
}
}
}
```
2021-11-20 13:35:50 +00:00
2. 加速默认是jsdeliver 加速, 只支持Github的加速
3. 模板更新规则: 上一次更新的24小时以后更新, 通过name判断是否存在, 如果不存在直接新增, 如果存在则通过version判断, 版本号大于当前缓存版本则更新
2021-06-21 12:03:15 +00:00
2021-06-17 01:00:57 +00:00
## FAQ
**部分模板订阅后使用网站cookie却提示未登录**
2021-11-20 13:35:50 +00:00
*并不是模板问题而是网站可能对UA有验证UA更换cookie会失效。请自行查看模板所使用的 User-Agent ,并使用所获得的UA去登录获取cookie。( Firefox 可使用 User-Agent Switcher and Manager 来设置特定的UA其他浏览器同理。)*
2021-06-17 01:00:57 +00:00
**想学习模板制作流程?**
2021-11-20 13:39:52 +00:00
[签到宝典demo](https://www.bilibili.com/video/BV1ox411C7RT)
2021-06-17 01:00:57 +00:00
[模板书写规范](https://github.com/github-h/qiandao-templates/blob/self-bak/README.md)
2020-05-20 15:59:45 +00:00
## 网站
Tips:
1. 链接里最好使用raw.githubusercontent.com的模板地址其他的链接没有测试过
2. 修改日期格式 四位年-两位月-两位日 24小时:两位分:两位秒 例子2020-05-15 07:03:47
网站 | 作者 | 链接 | 修改日期 | 备注/日志
--- | --- | --- | --- | ---
2021-11-24 10:59:13 +00:00
189天翼云盘-账号版|[gxitm](https://github.com/gxitm)/[a76yyyy](https://github.com/a76yyyy)|[189天翼云盘-账号版.har](https://raw.githubusercontent.com/qiandao-today/templates/master/189%E5%A4%A9%E7%BF%BC%E4%BA%91%E7%9B%98-%E8%B4%A6%E5%8F%B7%E7%89%88.har)|2020-11-24 14:35:16|用户名+密码<br>用户名为手机号<br>https://cloud.189.cn/
2021-06-29 05:56:32 +00:00
国航APP|[AragonSnow](https://github.com/AragonSnow)|[airchina.har](https://raw.githubusercontent.com/qiandao-today/templates/master/airchina.har)|2020-06-17 02:40:10|抓包app杀台后不用输密码登录就行这两个链接里有这个参数<br>前两个在<br>https://m.airchina.com.cn:9061/worklight/apps/services/api/AirChina/iphone/init<br>param在<br>https://m.airchina.com.cn:9061/worklight/apps/services/api/AirChina/iphone/query<br>paramters=到&结束<br>20200617更新替换公共API地址改用内置需要配合aragonsonw/qiandao最新版使用
轻之国度|[AragonSnow](https://github.com/AragonSnow)|[lightnovel 轻之国度.har](https://raw.githubusercontent.com/qiandao-today/templates/master/lightnovel%20%E8%BD%BB%E4%B9%8B%E5%9B%BD%E5%BA%A6.har)|2020-05-20 15:43:45|cks 网页cookie<br>https://www.lightnovel.us/
精易论坛|[FellBan](https://github.com/FellBan)|[精易论坛.har](https://raw.githubusercontent.com/qiandao-today/templates/master/%E7%B2%BE%E6%98%93%E8%AE%BA%E5%9D%9B.har)|2020-05-21 09:23:54|cookie<br>https://bbs.125.la
腾讯视频VIP|[devil](https://github.com/q123458384)|[腾讯视频VIP.har](https://raw.githubusercontent.com/qiandao-today/templates/master/%E8%85%BE%E8%AE%AF%E8%A7%86%E9%A2%91vip.har)|2020-05-25 14:11:06|cookie<br>腾讯视频手机APP抓包cookie
柠檬PT签到|[devil](https://github.com/q123458384)|[柠檬PT签到.har](https://raw.githubusercontent.com/qiandao-today/templates/master/leaguehd%E6%9F%A0%E6%AA%ACPT.har)|2020-05-25 14:06:23|cookie<br>https://leaguehd.com/attendance.php
网易云音乐-电脑 AND 手机|[qiandao.today公共模板](https://qiandao.today/tpls/public)|[网易云音乐-电脑 AND 手机.har](https://raw.githubusercontent.com/qiandao-today/templates/master/%E7%BD%91%E6%98%93%E4%BA%91%E9%9F%B3%E4%B9%90-%E7%94%B5%E8%84%91%20AND%20%E6%89%8B%E6%9C%BA.har)|2020-06-25 21:12:03|cookie<br>https://music.163.com/
summer-plus(原south-plus)|[AragonSnow](https://github.com/AragonSnow)<br>[github-h](https://github.com/github-h)|[summer-plus(原south-plus).har](https://raw.githubusercontent.com/qiandao-today/templates/master/summer-plus(%E5%8E%9Fsouth-plus).har)|2021-02-13 16:00:00|cookie<br>https://www.summer-plus.net/
ZodGame论坛|[github-h](https://github.com/github-h)|[ZodGame论坛.har](https://raw.githubusercontent.com/qiandao-today/templates/master/ZodGame%E8%AE%BA%E5%9D%9B.har)|2021-02-13 16:00:00|cookie<br>若无法正常访问国内vps请自行添加hosts文件<br>https://zodgame.xyz
星空论坛seikuu|[github-h](https://github.com/github-h)|[星空论坛seikuu.har](https://raw.githubusercontent.com/qiandao-today/templates/master/%E6%98%9F%E7%A9%BA%E8%AE%BA%E5%9D%9Bseikuu.har)|2021-02-13 16:00:00|cookie<br>https://bbs2.seikuu.com/
终点论坛|[github-h](https://github.com/github-h)|[终点论坛.har](https://raw.githubusercontent.com/qiandao-today/templates/master/%e7%bb%88%e7%82%b9%e8%ae%ba%e5%9d%9b.har)|2021-02-13 16:00:00|cookie<br>https://bbs.zdfx.net/
~~哥特动漫王国~~|[github-h](https://github.com/github-h)|[哥特动漫王国.har](https://raw.githubusercontent.com/qiandao-today/templates/master/%e5%93%a5%e7%89%b9%e5%8a%a8%e6%bc%ab%e7%8e%8b%e5%9b%bd.har)|2021-03-10 16:00:00|cookie<br>~~CC盾验证对时间要求较高为了减少因访问过慢而导致错误请自行添加hosts文件~~<br>关站了,要是能活过来再修吧<br>https://www.gtloli.net/forum.php/
萌出血动漫论坛|[github-h](https://github.com/github-h)|[萌出血动漫论坛.har](https://raw.githubusercontent.com/qiandao-today/templates/master/%e8%90%8c%e5%87%ba%e8%a1%80%e5%8a%a8%e6%bc%ab%e8%ae%ba%e5%9d%9b.har)|2021-02-13 16:00:00|cookie<br>https://www.bbsmcx.com/forum.php
好快的车车(原HMOE俱乐部)|[github-h](https://github.com/github-h)|[好快的车车.har](https://raw.githubusercontent.com/qiandao-today/templates/master/%e5%a5%bd%e5%bf%ab%e7%9a%84%e8%bd%a6%e8%bd%a6.har)|2021-07-12 16:00:00|用户名+密码<br>https://cheche.one/
2021-11-20 13:47:11 +00:00
花火学园| [wjf0214](https://github.com/wjf0214) | [花火学园.har](https://raw.githubusercontent.com/qiandao-today/templates/master/花火学园.har) | 2021-11-20 21:20:00 | username:账号<br>password:密码<br>https://www.sayhuahuo.com/
2021-06-29 05:56:32 +00:00
夏跡natsunokiseki|[github-h](https://github.com/github-h)|[夏跡natsunokiseki.har](https://raw.githubusercontent.com/qiandao-today/templates/master/%e5%a4%8f%e8%b7%a1natsunokiseki.har)|2021-02-13 16:00:00|用户名+密码<br>每日登录奖励<br>该论坛时不时会忘记续费主机导致任务失败<br>https://bbs.natsunokiseki.org/
2021-11-20 13:47:11 +00:00
萌幻之乡 | [wjf0214](https://github.com/wjf0214) |[萌幻之乡.har](https://raw.githubusercontent.com/qiandao-today/templates/master/萌幻之乡.har) | 2021-11-20 21:20:00 | 登录后首页cookie<br>https://www.hmoe11.net/
KDays论坛| [wjf0214](https://github.com/wjf0214) |[KDays论坛.har](https://raw.githubusercontent.com/qiandao-today/templates/master/KDays论坛.har)|2021-11-20 21:20:00| username:账号<br>password:密码<br>https://bbs.kdays.net/
2021-11-20 13:11:09 +00:00
吾爱破解|[wjf0214](https://github.com/wjf0214)|[吾爱破解.har](https://raw.githubusercontent.com/qiandao-today/templates/master/吾爱破解.har)|2021-11-20 21:00:00|登录后首页cookie,f12的时候请选中复制,不要右键复制值。<br>国内vps供应商已经被加ACL黑名单请使用家庭IP<br>https://www.52pojie.cn/
2021-06-29 05:56:32 +00:00
ArcTime字幕平台|[github-h](https://github.com/github-h)|[ArcTime字幕平台.har](https://raw.githubusercontent.com/qiandao-today/templates/master/ArcTime%e5%ad%97%e5%b9%95%e5%b9%b3%e5%8f%b0.har)|2021-02-13 16:00:00|用户名+密码<br>https://m.arctime.cn/
柚坛社区|[github-h](https://github.com/github-h)|[柚坛社区.har](https://raw.githubusercontent.com/qiandao-today/templates/master/%e6%9f%9a%e5%9d%9b%e7%a4%be%e5%8c%ba.har)|2021-02-13 16:00:00|cookie<br>每日登录奖励<br>https://uotan.cn/
keylol(原SteamCN蒸汽论坛)|[github-h](https://github.com/github-h)|[keylol(原SteamCN蒸汽论坛).har](https://raw.githubusercontent.com/qiandao-today/templates/master/keylol(%e5%8e%9fSteamCN%e8%92%b8%e6%b1%bd%e8%ae%ba%e5%9d%9b).har)|2021-02-13 16:00:00|cookie<br>https://keylol.com/
3DMGAME论坛|[github-h](https://github.com/github-h)|[3DMGAME论坛.har](https://raw.githubusercontent.com/qiandao-today/templates/master/3DMGAME%e8%ae%ba%e5%9d%9b.har)|2021-02-13 16:00:00|cookie<br>部分日常任务会随等级发生更改,有能力的可以自行修改<br>https://bbs.3dmgame.com/
QQNTR论坛|[github-h](https://github.com/github-h)|[QQNTR论坛.har](https://raw.githubusercontent.com/qiandao-today/templates/master/QQNTR%e8%ae%ba%e5%9d%9b.har)|2021-02-13 16:00:00|cookie<br>https://iya.app/
CSDN-专业IT技术论坛|[github-h](https://github.com/github-h)|[CSDN-专业IT技术论坛.har](https://raw.githubusercontent.com/qiandao-today/templates/master/CSDN-%e4%b8%93%e4%b8%9aIT%e6%8a%80%e6%9c%af%e8%ae%ba%e5%9d%9b.har)|2021-02-13 16:00:00|用户名+cookie<br>此为签到模块,记得定期抽奖<br>https://www.csdn.net/
2021-11-29 09:13:17 +00:00
杉果|[github-h](https://github.com/github-h)/[wjf0214](https://github.com/wjf0214)|[杉果.har](https://raw.githubusercontent.com/qiandao-today/templates/master/杉果.har)|2021-09-16 10:00:00|用户名+密码<br>用户名为邮箱<br>https://sonkwo.com/
2021-06-29 05:56:32 +00:00
华盟论坛|[github-h](https://github.com/github-h)|[华盟论坛.har](https://raw.githubusercontent.com/qiandao-today/templates/master/%e5%8d%8e%e7%9b%9f%e8%ae%ba%e5%9d%9b.har)|2021-02-13 16:00:00|用户名+密码<br>https://bbs.77169.net/
飞客茶馆|[github-h](https://github.com/github-h)|[飞客茶馆.har](https://raw.githubusercontent.com/qiandao-today/templates/master/%e9%a3%9e%e5%ae%a2%e8%8c%b6%e9%a6%86.har)|2021-02-13 16:00:00|cookie<br>https://www.flyertea.com/
V2EX|[github-h](https://github.com/github-h)|[V2EX.har](https://raw.githubusercontent.com/qiandao-today/templates/master/V2EX.har)|2021-02-13 16:00:00|cookie<br>若访问不稳定也建议添加hosts目前应该只有 104.20.10.218 比较好用<br>https://www.v2ex.com/
花粉俱乐部|[github-h](https://github.com/github-h)|[花粉俱乐部.har](https://raw.githubusercontent.com/qiandao-today/templates/master/%e8%8a%b1%e7%b2%89%e4%bf%b1%e4%b9%90%e9%83%a8.har)|2021-02-13 16:00:00|cookie<br>https://club.huawei.com/
IT天空|[github-h](https://github.com/github-h)|[IT天空.har](https://raw.githubusercontent.com/qiandao-today/templates/master/IT%e5%a4%a9%e7%a9%ba.har)|2021-02-13 16:00:00|cookie<br>https://www.itsk.com/
恩山无线论坛|[github-h](https://github.com/github-h)|[恩山无线论坛.har](https://raw.githubusercontent.com/qiandao-today/templates/master/%e6%81%a9%e5%b1%b1%e6%97%a0%e7%ba%bf%e8%ae%ba%e5%9d%9b.har)|2021-03-10 16:00:00|cookie<br>每日登录奖励<br>若签到不稳定也请自行添加hosts<br>https://www.right.com.cn/forum/forum.php
万能福利吧|[github-h](https://github.com/github-h)|[万能福利吧.har](https://raw.githubusercontent.com/qiandao-today/templates/master/%e4%b8%87%e8%83%bd%e7%a6%8f%e5%88%a9%e5%90%a7.har)|2021-06-29 16:00:00|cookie<br>https://www.wnflb2020.com/forum.php
高清MP4粉|[github-h](https://github.com/github-h)|[高清MP4粉.har](https://raw.githubusercontent.com/qiandao-today/templates/master/%e9%ab%98%e6%b8%85mp4%e7%b2%89.har)|2021-06-29 16:00:00|cookie<br>每日签到<br>https://mp4fan.org/
2021-11-20 13:47:11 +00:00
漫画补档(账号密码版) | [wjf0214](https://github.com/wjf0214) |[漫画补档(账号密码版).har](https://raw.githubusercontent.com/qiandao-today/templates/master/漫画补档(账号密码版).har)|2020-11-20 21:20:00| 账号如果是中文请先去 http://tool.chinaz.com/tools/urlencode.aspx 选择gb2312进行UrlEncode编码后填入。<br>user:账号<br>pwd:密码<br>https://www.manhuabudang.com
2021-11-20 14:59:26 +00:00
什么值得买7合一| [a76yyyy](https://github.com/a76yyyy)<br>[wjf0214](https://github.com/wjf0214)|[什么值得买7合一.har](https://raw.githubusercontent.com/qiandao-today/templates/master/什么值得买7合一.har)|2020-11-20 22:50:00| 登录后首页cookie,content1,content2,content3为评论语句有字数限制。不想评论的不填就行不影响签到。<br>https://smzdm.com
2021-11-20 13:35:50 +00:00
联想智选app|[aragonsnow](https://github.com/aragonsnow)|[联想智选app.har](https://raw.githubusercontent.com/qiandao-today/templates/master/%E8%81%94%E6%83%B3%E6%99%BA%E9%80%89app.har)|2020-08-03 15:00:21|需要在联想智选APP 账号密码登录抓包 <br> account 和 password 是app登录的账号密码, loginType,邮箱是email,手机号是msisdn <br> IMEI 和 baseinfo 在 抓包的 https://api.club.lenovo.cn/users/getSessionID 的header里 <br> deviceId 在 抓包的 https://uss.lenovomm.com/authen/1.2/tgt/user/get 的post里
2021-06-29 05:56:32 +00:00
隔壁网|[stay](https://gitee.com/qypw)|[隔壁网签到.har](https://raw.githubusercontent.com/qiandao-today/templates/master/%E9%9A%94%E5%A3%81%E7%BD%91%E7%AD%BE%E5%88%B0.har)|2020-11-14 15:00:21|username 和 password 是登录的账号密码
MIUI历史版本|[stay](https://gitee.com/qypw)|[MIUI历史版本.har](https://raw.githubusercontent.com/qiandao-today/templates/master/MIUI%E5%8E%86%E5%8F%B2%E7%89%88%E6%9C%AC.har)|2020-11-14 15:00:50|username 和 password 是登录的账号密码
2021-11-20 13:47:11 +00:00
E次元| [wjf0214](https://github.com/wjf0214) |[E次元.har](https://raw.githubusercontent.com/qiandao-today/templates/master/E次元.har)|2021-11-20 21:20:00 | homeaction和cks 打开首页即可获取 https://www.evacg.cc/wp-admin/admin-ajax.php?action=<br>https://www.evacg.cc/cc/wp-admin/admin-ajax.php?action 链接里
2021-07-02 03:08:27 +00:00
数码之家|[acooler15](https://github.com/acooler15)|[数码之家.har](https://raw.githubusercontent.com/qiandao-today/templates/master/%e6%95%b0%e7%a0%81%e4%b9%8b%e5%ae%b6.har)|2021-06-28 20:24:00|cookies
迅维网|[acooler15](https://github.com/acooler15)|[迅维网.har](https://raw.githubusercontent.com/qiandao-today/templates/master/%e8%bf%85%e7%bb%b4%e7%bd%91.har)|2021-06-28 20:24:00|cookies
2021-06-29 05:56:32 +00:00
远景论坛|[acooler15](https://github.com/acooler15)|[远景论坛.har](https://raw.githubusercontent.com/qiandao-today/templates/master//%e8%bf%9c%e6%99%af%e8%ae%ba%e5%9d%9b.har)|2021-06-28 20:24:00|cookies
2021-11-20 16:14:45 +00:00
91Wii核心玩家的集中营| [wjf0214](https://github.com/wjf0214) |[91Wii核心玩家的集中营.har](https://raw.githubusercontent.com/qiandao-today/templates/master/91Wii核心玩家的集中营.har)|2021-11-21 00:00:00| 登录后首页cookie<br>F12后,删除 XnMp_2132_visitcode 这个cookie刷新页面。页面出现加法验证码页面复制此时的cookie。请选中复制,不要右键复制值。<br>https://www.91wii.com/
2021-11-20 13:47:11 +00:00
致美化| [wjf0214](https://github.com/wjf0214) |[致美化.har](https://raw.githubusercontent.com/qiandao-today/templates/master/致美化.har)|2021-11-20 21:20:00| user:账号<br>pass:密码<br>https://zhutix.com
hao4k| [wjf0214](https://github.com/wjf0214) |[hao4k.har](https://raw.githubusercontent.com/qiandao-today/templates/master/hao4k.har)|2021-11-20 21:20:00| 登录后首页cookie,f12的时候请选中复制,不要右键复制值。<br>https://www.hao4k.cn/
2021-09-16 11:14:12 +00:00
掘金|[acooler15](https://github.com/acooler15)|[掘金.har](https://raw.githubusercontent.com/qiandao-today/templates/master/掘金.har)|2021-09-16 19:00:00|cookies
有道云笔记|[acooler15](https://github.com/acooler15)|[有道云笔记.har](https://raw.githubusercontent.com/qiandao-today/templates/master/有道云笔记.har)|2021-09-16 19:00:00|cookies
爱奇艺|[a76yyyy](https://github.com/a76yyyy)|[爱奇艺.har](https://raw.githubusercontent.com/qiandao-today/templates/master/爱奇艺.har)|2021-11-20 21:00:00|网址: https://www.iqiyi.com/<br>首页登录后在cookie中提取变量P00001和P00003<br>仅爱奇艺会员可用
MZFastCloud|[wjf0214](https://github.com/wjf0214)|[MZFastCloud.har](https://raw.githubusercontent.com/qiandao-today/templates/master/MZFastCloud.har)|2021-11-20 21:00:00|username:账号<br>password:密码<br>https://www.mzfast.xyz/
2021-11-20 13:16:47 +00:00
HiFiNi | [wjf0214](https://github.com/wjf0214) | [HiFiNi.har](https://raw.githubusercontent.com/qiandao-today/templates/master/HiFiNi.har) | 2021-11-20 21:00:00 | 登录后首页cookie<br>https://www.hifini.com/
2021-11-20 13:39:52 +00:00
人人素材 | [wjf0214](https://github.com/wjf0214) | [人人素材.har](https://raw.githubusercontent.com/qiandao-today/templates/master/人人素材.har) | 2021-11-20 21:00:00 | username:账号,手机号<br>password:密码<br>https://www.rrcg.cn/
SolidWorks机械工程师网 | [wjf0214](https://github.com/wjf0214) | [SolidWorks机械工程师网.har](https://raw.githubusercontent.com/qiandao-today/templates/master/SolidWorks机械工程师网.har) | 2021-11-20 21:50:00 | 账号如果是中文请先去 http://tool.chinaz.com/tools/urlencode.aspx 选择gb2312进行UrlEncode编码后填入。<br>username:账号<br>password:密码<br>https://www.swbbsc.com/
2021-11-20 14:27:56 +00:00
卡饭 | [wjf0214](https://github.com/wjf0214) | [卡饭.har](https://raw.githubusercontent.com/qiandao-today/templates/master/卡饭.har) | 2021-11-20 22:30:00 | 账号如果是中文请先去 http://tool.chinaz.com/tools/urlencode.aspx 选择gb2312进行UrlEncode编码后填入。<br>username:账号<br>password:密码<br>https://bbs.kafan.cn/
2021-11-20 14:30:01 +00:00
hostloc主机论坛 | [wjf0214](https://github.com/wjf0214) | [hostloc主机论坛.har](https://raw.githubusercontent.com/qiandao-today/templates/master/hostloc主机论坛.har) | 2021-11-20 22:30:00 | 登录后首页cookie<br>https://hostloc.com
2021-11-20 14:37:41 +00:00
粤梦缘 | [wjf0214](https://github.com/wjf0214) | [粤梦缘.har](https://raw.githubusercontent.com/qiandao-today/templates/master/粤梦缘.har) | 2021-11-20 22:30:00 | username:账号<br>password:密码<br>https://www.dranime.net/
幕后Muhou | [wjf0214](https://github.com/wjf0214) | [幕后Muhou.har](https://raw.githubusercontent.com/qiandao-today/templates/master/幕后Muhou.har) | 2021-11-20 22:30:00 | username:账号<br>password:密码<br>https://muhou.net/
2021-11-20 14:41:43 +00:00
一酷C4D | [wjf0214](https://github.com/wjf0214) | [一酷C4D.har](https://raw.githubusercontent.com/qiandao-today/templates/master/一酷C4D.har) | 2021-11-20 22:30:00 | 登录后首页cookie<br>https://c4dco.com
2021-11-20 16:14:45 +00:00
Fa米家 | [wjf0214](https://github.com/wjf0214) | [Fa米家.har](https://raw.githubusercontent.com/qiandao-today/templates/master/Fa米家.har) | 2021-11-21 00:00:00 | 抓包 APP 的请求中的 headers 信息,提取 token、deviceId、blackBox 即可,fmVersion,os,User-Agent等参数可以根据自身情况自行更改。<br>应用单点登录限制,换设备登录后,之前登录状态参数失效
2021-11-29 04:20:08 +00:00
中国汉化论坛 | [wjf0214](https://github.com/wjf0214) | [中国汉化论坛.har](https://raw.githubusercontent.com/qiandao-today/templates/master/中国汉化论坛.har) | 2021-11-29 12:00:00 | 账号如果是中文请先去 http://tool.chinaz.com/tools/urlencode.aspx 选择gb2312进行UrlEncode编码后填入。 <br>username:账号<br>password:密码<br>questionId对应值<br>-1.自定义问题<br>1.我爸爸的出生地<br>2.我妈妈的出生地<br>3.我的小学校名<br>4.我的中学校名<br>5.我最喜欢的运动<br>6.我最喜欢的歌曲<br>7.我最喜欢的电影<br>8.我最喜欢的颜色<br>customquest自定义问题如是中文同账号转换处理。<br>answer:问题答案,如是中文同账号转换处理。<br>没有密保安全问题questionId,customquest,answer不填为空。<br>http://h.shanse8.com/
道客巴巴 | [wjf0214](https://github.com/wjf0214) | [道客巴巴.har](https://raw.githubusercontent.com/qiandao-today/templates/master/道客巴巴.har) | 2021-11-29 12:20:00 | username:账号<br>password:密码<br>https://www.doc88.com/
2021-11-29 08:03:37 +00:00
HDDolby | [a76yyyy](https://github.com/a76yyyy) | [HDDolby.har](https://raw.githubusercontent.com/qiandao-today/templates/master/HDDolby.har) | 2021-11-29 15:00:00 | 登录后首页cookie<br>https://www.hddolby.com/index.php
2021-11-29 09:13:17 +00:00
不移之火 | [wjf0214](https://github.com/wjf0214) | [不移之火.har](https://github.com/qiandao-today/templates/blob/master/不移之火.har) | 2021-11-29 16:00:00 | 登录后首页cookie<br>https://www.byzhihuo.com/
次元狗 | [wjf0214](https://github.com/wjf0214) | [次元狗.har](https://github.com/qiandao-today/templates/blob/master/次元狗.har) | 2021-11-29 16:00:00 | 登录后首页cookie<br>https://www.acgndog.com/
好家伙机场 | [wjf0214](https://github.com/wjf0214) | [好家伙机场.har](https://github.com/qiandao-today/templates/blob/master/好家伙机场.har) | 2021-11-29 16:00:00 | email:邮箱<br>passwd:密码<br>https://haojiahuo.live/
后期菌资源村 | [wjf0214](https://github.com/wjf0214) | [后期菌资源村.har](https://github.com/qiandao-today/templates/blob/master/后期菌资源村.har) | 2021-11-29 16:00:00 | username:手机号<br>password:密码<br>http://www.houqijun.vip/
几鸡 | [wjf0214](https://github.com/wjf0214) | [几鸡.har](https://github.com/qiandao-today/templates/blob/master/几鸡.har) | 2021-11-29 16:00:00 | username:账号<br>password:密码<br>domain网站域名
晋江小说 | [wjf0214](https://github.com/wjf0214) | [晋江小说.har](https://github.com/qiandao-today/templates/blob/master/晋江小说.har) | 2021-11-29 16:00:00 | 登录后首页cookie<br>https://m.jjwxc.net/
经管之家 | [wjf0214](https://github.com/wjf0214) | [经管之家.har](https://github.com/qiandao-today/templates/blob/master/经管之家.har) | 2021-11-29 16:00:00 | 登录后首页cookie<br>https://bbs.pinggu.org/
看雪安全论坛 | [wjf0214](https://github.com/wjf0214) | [看雪安全论坛.har](https://github.com/qiandao-today/templates/blob/master/看雪安全论坛.har) | 2021-11-29 16:00:00 | 登录后首页cookie<br>https://bbs.pediy.com/
科技玩家 | [wjf0214](https://github.com/wjf0214) | [科技玩家.har](https://github.com/qiandao-today/templates/blob/master/科技玩家.har) | 2021-11-29 16:00:00 | username:账号<br>password:密码<br>https://www.kejiwanjia.com/
科学刀论坛 | [wjf0214](https://github.com/wjf0214) | [科学刀论坛.har](https://github.com/qiandao-today/templates/blob/master/科学刀论坛.har) | 2021-11-29 16:00:00 | 登录后首页cookie<br>https://www.kxdao.net/
科学刀在线时间 | [wjf0214](https://github.com/wjf0214) | [科学刀在线时间.har](https://github.com/qiandao-today/templates/blob/master/科学刀在线时间.har) | 2021-11-29 16:00:00 | 登录后首页cookie<br>https://www.kxdao.net/
龙的天空 | [wjf0214](https://github.com/wjf0214) | [龙的天空.har](https://github.com/qiandao-today/templates/blob/master/龙的天空.har) | 2021-11-29 16:00:00 | 登录后首页cookie<br>https://www.lkong.com/
猫耳FM-每日鱼干 | [wjf0214](https://github.com/wjf0214) | [猫耳FM-每日鱼干.har](https://github.com/qiandao-today/templates/blob/master/猫耳FM-每日鱼干.har) | 2021-11-29 16:00:00 | 登录后首页cookie<br>https://www.missevan.com
魅族社区 | [wjf0214](https://github.com/wjf0214) | [魅族社区.har](https://github.com/qiandao-today/templates/blob/master/魅族社区.har) | 2021-11-29 16:00:00 | 登录后首页cookie<br>https://bbs.meizu.cn/
轻之文库 | [wjf0214](https://github.com/wjf0214) | [轻之文库.har](https://github.com/qiandao-today/templates/blob/master/轻之文库.har) | 2021-11-29 16:00:00 | username:账号<br>password:密码<br>https://www.linovel.net/
人人字幕组 | [wjf0214](https://github.com/wjf0214) | [人人字幕组.har](https://github.com/qiandao-today/templates/blob/master/人人字幕组.har) | 2021-11-29 16:00:00 | username:账号<br>password:密码<br>DOMAIN网站域名【http://www.yysub.net/】
绅士领域 | [wjf0214](https://github.com/wjf0214) | [绅士领域.har](https://github.com/qiandao-today/templates/blob/master/绅士领域.har) | 2021-11-29 16:00:00 | uid:个人uid可APP抓签到包看到
时光相册 | [wjf0214](https://github.com/wjf0214) | [时光相册.har](https://github.com/qiandao-today/templates/blob/master/时光相册.har) | 2021-11-29 16:00:00 | phone:账号<br>password:密码<br>手机号密码 请抓登陆包查看 手机号里包括区号 86啥的 密码为加密后的密码<br>https://www.everphoto.cn/
手电大家谈 | [wjf0214](https://github.com/wjf0214) | [手电大家谈.har](https://github.com/qiandao-today/templates/blob/master/手电大家谈.har) | 2021-11-29 16:00:00 | username:账号<br>password:密码<br>https://www.shoudian.org/
书香门第 | [wjf0214](https://github.com/wjf0214) | [书香门第.har](https://github.com/qiandao-today/templates/blob/master/书香门第.har) | 2021-11-29 16:00:00 | account:账号<br>password:密码<br>登陆账号密码(只支持字母+数字组合账号)<br>http://www.txtnovel.top
王者营地 | [wjf0214](https://github.com/wjf0214) | [王者营地.har](https://github.com/qiandao-today/templates/blob/master/王者营地.har) | 2021-11-29 16:00:00 | 抓包 APP 中域名为 https://ssl.kohsocialapp.qq.com 请求内容的全部参数<br>APP自行商店下载
网易云游戏 | [wjf0214](https://github.com/wjf0214) | [网易云游戏.har](https://github.com/qiandao-today/templates/blob/master/网易云游戏.har) | 2021-11-29 16:00:00 | 登录后首页cookie<br>https://cg.163.com/
香网小说 | [wjf0214](https://github.com/wjf0214) | [香网小说.har](https://github.com/qiandao-today/templates/blob/master/香网小说.har) | 2021-11-29 16:00:00 | 登录后首页cookie<br>https://m.xiang5.com/
一加社区 | [wjf0214](https://github.com/wjf0214) | [一加社区.har](https://github.com/qiandao-today/templates/blob/master/一加社区.har) | 2021-11-29 16:00:00 | 登录后首页cookie<br>https://www.oneplusbbs.com/
阅次元论坛 | [wjf0214](https://github.com/wjf0214) | [阅次元论坛.har](https://github.com/qiandao-today/templates/blob/master/阅次元论坛.har) | 2021-11-29 16:00:00 | username:账号<br>password:密码<br>https://www.abooky.com/
中国原创音乐基地5SING | [wjf0214](https://github.com/wjf0214) | [中国原创音乐基地5SING.har](https://github.com/qiandao-today/templates/blob/master/中国原创音乐基地5SING.har) | 2021-11-29 16:00:00 | 登录后首页cookie,ck有效期一周<br>http://5sing.kugou.com/
bigfun | [wjf0214](https://github.com/wjf0214) | [bigfun.har](https://github.com/qiandao-today/templates/blob/master/bigfun.har) | 2021-11-29 16:00:00 | 登录后首页cookie<br>https://www.bigfun.cn
chiphell | [wjf0214](https://github.com/wjf0214) | [chiphell.har](https://github.com/qiandao-today/templates/blob/master/chiphell.har) | 2021-11-29 16:00:00 | 登录后首页cookie<br>https://www.chiphell.com
element3ds | [wjf0214](https://github.com/wjf0214) | [element3ds.har](https://github.com/qiandao-today/templates/blob/master/element3ds.har) | 2021-11-29 16:00:00 | 登录后首页cookie<br>https://www.element3ds.com/
HDarea高清视界 | [wjf0214](https://github.com/wjf0214) | [HDarea高清视界.har](https://github.com/qiandao-today/templates/blob/master/HDarea高清视界.har) | 2021-11-29 16:00:00 | 登录后首页cookie<br>https://www.hdarea.co/
level-plus | [wjf0214](https://github.com/wjf0214) | [level-plus.har](https://github.com/qiandao-today/templates/blob/master/level-plus.har) | 2021-11-29 16:00:00 | 登录后首页cookie和UA<br>https://www.level-plus.net
QooApp | [wjf0214](https://github.com/wjf0214) | [QooApp.har](https://github.com/qiandao-today/templates/blob/master/QooApp.har) | 2021-11-29 16:00:00 | token:下载App抓包cookie,找到请求头部 x-user-token 的值
VCB-Studio分享论坛 | [wjf0214](https://github.com/wjf0214) | [VCB-Studio分享论坛.har](https://github.com/qiandao-today/templates/blob/master/VCB-Studio分享论坛.har) | 2021-11-29 16:00:00 | 登录后首页cookie<br>https://bbs.acgrip.com
ZNDS智能电视网 | [wjf0214](https://github.com/wjf0214) | [ZNDS智能电视网.har](https://github.com/qiandao-today/templates/blob/master/ZNDS智能电视网.har) | 2021-11-29 16:00:00 | username:账号<br>password:密码<br>https://www.znds.com/