This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 追觅 · 追觅商城每日签到,得积分 / 成长值,支持连签奖励 | |
| * | |
| * 抓取:打开「追觅」APP → 进入「商城」或「我的」页,抓 Cookie | |
| * 签到:cron 定时自动签到 | |
| * | |
| * @Author: MaYIHEI <https://github.com/MaYIHEI/paperclip> | |
| * @Channel: Telegram 频道 https://t.me/mayihei | |
| * @Updated: 2026-06-25 | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 途虎养车 · 微信小程序「途虎养车」每日签到自动获取积分(每日 +5 积分,可抵现) | |
| * | |
| * 抓取:打开「途虎养车」小程序 → 进「我的」/「积分中心」,触发接口自动抓 token | |
| * 签到:cron 定时自动签到 | |
| * | |
| * @Author: @FoKit | |
| * @Modifier: @Sliverkiss(修复 blackBox 参数) | |
| * @Modifier: MaYIHEI <https://github.com/MaYIHEI/paperclip>(适配新接口) | |
| * @Modifier: 本地优化版(Loon 稳定性与日志脱敏) |