自动签到阅读功能
今天给大家带来QX的进阶玩法,实现阅读极速版的自动签到,自动阅读功能。我们今天的功能并不在重写或调试模块进行操作,直接在配置文件进行操作是最快最方便的。下面开始今天的教程。欢迎大家入群交流:868199154
2021-6-2 更新
# 中青签到&转盘宝箱
*/10 5-23 * * * https://raw.githubusercontent.com/shufflewzc/Rules/main/Quantumult%20X/Youth/youth_sign.js, tag= 中青签到&转盘宝箱, img-url=https://raw.githubusercontent.com/erdongchanyo/icon/main/taskicon/Youth.png, enabled=true
# 中青自动阅读
10 */2 * * * https://raw.githubusercontent.com/shufflewzc/Rules/main/Quantumult%20X/Youth/youth.js, tag=中青自动阅读, img-url=https://raw.githubusercontent.com/erdongchanyo/icon/main/taskicon/Youth.png, enabled=true
2021-3-17 更新
更新了代码链接如下:【rewrite_remote】
# 中青cookie获取
https://raw.githubusercontent.com/erdongchanyo/Rules/main/Quantumult%20X/Youth/Youth_cookie.conf, tag=中青cookie获取, update-interval=86400, opt-parser=false, enabled=true# 中青body获取
https://raw.githubusercontent.com/erdongchanyo/Rules/main/Quantumult%20X/Youth/Youth_Read.conf, tag=中青body获取, update-interval=86400, opt-parser=false, enabled=true
【task_local】
# 中青签到&转盘宝箱
*/10 5-23 * * * https://raw.githubusercontent.com/Sunert/Scripts/master/Task/youth.js, tag= 中青签到&转盘宝箱, img-url=https://raw.githubusercontent.com/erdongchanyo/icon/main/taskicon/Youth.png, enabled=true
# 中青自动阅读
10 */2 * * * https://raw.githubusercontent.com/Sunert/Scripts/master/Task/Youth_Read.js, tag=中青自动阅读, img-url=https://raw.githubusercontent.com/erdongchanyo/icon/main/taskicon/Youth.png, enabled=true
1:进入[重写]-[引用]
启用「中青cookie获取」、禁用「中青阅读Body获取」
a:进入app-我的-任务中心
提示:获取cookie成功
b:阅读文章或者视频,等待红包转圈结束
提示:获取阅读请求成功
c:继续阅读另一篇文章或视频
提示:获取阅读时长成功
手动执行一次「中青签到&转盘宝箱」
看签到是不是正常
2:进入[重写]-[引用]
禁用「中青cookie获取」、启用「中青阅读Body获取」
阅读文章或视频,快速获取body
提示:获取第1个阅读请求成功
手动执行一次「中青自动阅读」
看脚本是否运行正常
3:点击更多文章或视频,获取更多的body
第一步
下载登录好阅读软件,打开App-我的,帮我填下邀请码助力:51865573,助大家低调的成功撸羊毛XDDDDDDDDDDD;
第二步
打开Quantumult X,点击小风车,找到配置文件模块-编辑
找到 [rewrite_remote]选项卡,将代码连同注释一起粘贴进去,代码如下,粘贴完如图即可。
# 中青cookie获取
https://raw.githubusercontent.com/erdongchanyo/Rules/main/Quantumult%20X/Youth/Youth_cookie.conf, tag=中青cookie获取, update-interval=86400, opt-parser=false, enabled=true# 中青body获取
https://raw.githubusercontent.com/erdongchanyo/Rules/main/Quantumult%20X/Youth/Youth_Read.conf, tag=中青body获取, update-interval=86400, opt-parser=false, enabled=true
接着我们找到[task_local],一样粘贴代码进去,粘贴完如图即可。
# 中青签到&转盘宝箱
*/10 5-23 * * * https://raw.githubusercontent.com/Sunert/Scripts/master/Task/youth.js, tag= 中青签到&转盘宝箱, img-url=https://raw.githubusercontent.com/erdongchanyo/icon/main/taskicon/Youth.png, enabled=true
# 中青自动阅读
10 */2 * * * https://raw.githubusercontent.com/Sunert/Scripts/master/Task/Youth_Read.js, tag=中青自动阅读, img-url=https://raw.githubusercontent.com/erdongchanyo/icon/main/taskicon/Youth.png, enabled=true
第三步
打开重写-引用模块,
启动中青cookie获取,中青阅读Body获取,先获取cookie
签到cookie:
进入app,进入任务中心或者签到一次
阅读请求body&阅读时长:
阅读一篇文章或者视频到获取金币奖励
惊喜红包:
在阅读文章拉下面有个惊喜红包,点击获取。
到调试-构造请求,左滑执行一次定时脚本-”中青看点极速版”,看签到是不是正常。
到**[重写]-[引用], 启动YouthGetBody禁用YouthCookie**,获取文章body
阅读请求body:阅读一篇文章或者视频到获取金币奖励,通知提示body1
手动执行一次定时脚本-”中青阅读”,是不是运行正常
获取更多的body,一天一般上限7200金币,建议获取100个body
获取完成后把回到重写引用把2个脚本重新打开即可。