├── MAIN.js ├── README.md └── 學習小熊v1.7.1_桌面浏览器扩展 积分API接口修复.rar /MAIN.js: -------------------------------------------------------------------------------- 1 | // 更新日志: 2 | //2023.03.19 v1.7.1 积分API接口修复 3 | //2022.12.12 v1.7.0 解决滑动验证问题 4 | 5 | // 学习强国 [学习小熊] PC端桌面浏览器扩展 当前目录内压缩包下载后解压使用 6 | // 安装扩展后,点击浏览器右上角图标自动打开 [https://www.xuexi.cn] 网站完成学习任务 7 | // 最新版本 [学习小熊] 火狐 Chrome 360 Edge QQ 浏览器扩展插件 扫码登录官网学习 Andriod/IOS设备均适用 8 | // 一个学习强国的帮手 用于学习强国官网自动学习 帮助一些成年人(或许未来包括孩子)快乐地完成来自学习强国的作业,让更多时间思考人生的意义 9 | // Telegram频道 TG: LearningThePooh 10 | alert("hellp,world"); 11 | let urlMap = { 12 | "index": "https://www.xuexi.cn", 13 | "points": "https://pc.xuexi.cn/points/login.html", 14 | "scoreApi": "https://pc-proxy-api.xuexi.cn/api/score/days/listScoreProgress?sence=score&deviceType=2", 15 | "channelApi": "https://www.xuexi.cn/lgdata/", 16 | }; 17 | // xuexi.cn自动学习 当前目录内压缩包下载后解压使用 18 | // 好好学习,天天向上 学习强国 浏览器扩展插件 19 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # LearningThePooh 2 | Help some adults (maybe children in future) to happily finish their daily homework from xuexi.cn, get more time to think about the meaning of life. 3 | -------------------------------------------------------------------------------- /學習小熊v1.7.1_桌面浏览器扩展 积分API接口修复.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/McMug2020/LearningThePooh/f3dab8f1eb39ddbb6dceafef0ebccabf7eb103c5/學習小熊v1.7.1_桌面浏览器扩展 积分API接口修复.rar --------------------------------------------------------------------------------