diff --git a/README.md b/README.md index 9960363197ad2f5a8118b2e58394bd8c8e815e7f..19bb75bb03c6d6adb12e2649540e769e1259338d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/codfrm/cxmooc-tools.svg?label=version) ## 关于超星慕课小工具 +> **[使用文档](https://cx-doc.xloli.top/)** + 一个超星(学习通)和智慧树(知到)刷课工具,火狐,谷歌,油猴支持.全自动任务,视频倍速秒过,作业考试题库,验证码自动打码(੧ᐛ੭挂科模式,启动) ### 浏览器适配列表 @@ -24,7 +26,7 @@ * [x] 自动阅读 * [x] 自动填写验证码 * [x] 考试答题 -* [ ] 作业答题 +* [x] 作业答题 ## 参与开发 > 如果你想参与开发,请阅读下面内容,如果只是使用本插件,请移步 **[使用文档](https://cx-doc.xloli.top/)** diff --git a/docs/README.md b/docs/README.md index 0a81da556c19c703f8126fd4fc7441f332deb7b1..eb74ad76fe7d8c7b7971705f02a0bc78971acab3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -21,7 +21,9 @@ footer: MIT Licensed | Copyright © 2018 CXmooc-tool developer Team ![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/codfrm/cxmooc-tools.svg?label=version) ## 关于超星慕课小工具 -一个超星慕课刷课工具,火狐,谷歌,油猴支持.全自动任务,视频倍速秒过,作业题库,验证码自动打码(੧ᐛ੭挂科模式,启动) +> 2.1版本以后开始支持智慧树,名字嘛不改了 + +一个超星(学习通)和智慧树(知到)刷课工具,火狐,谷歌,油猴支持.全自动任务,视频倍速秒过,作业考试题库,验证码自动打码(੧ᐛ੭挂科模式,启动) ### 浏览器适配列表 > 国内大多数浏览器使用的chrome内核,所以360,QQ等之类的也可以使用 diff --git a/src/config.js b/src/config.js index 6452083cf51cf01e38d8db5555de7680307ce0d2..2efe5860f656e2ec0df399e61b616413ebb37770 100644 --- a/src/config.js +++ b/src/config.js @@ -1,5 +1,5 @@ module.exports = { - url: "https://cx.icodef.com/", + url: "http://cx.icodef.com/", version: 2.10, update: 'https://github.com/CodFrm/cxmooc-tools/releases', enforce: false, @@ -9,6 +9,7 @@ module.exports = { }, injection: '', hotversion: { + v2_10: 2.10, v2_08: 2.083, v2_07: 2.071, v2_06: 2.06,