Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CodFrm committed Apr 1, 2020
1 parent 77f34c4 commit 1fe71f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/cxmooc-tools/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "超星慕课小工具",
"version": "2.2.2",
"version": "2.3.0",
"description": "一个 超星(学习通)/智慧树(知到)/中国大学mooc 刷课工具,火狐,谷歌,油猴支持.全自动任务,视频倍速秒过,作业考试题库,验证码自动打码(੧ᐛ੭挂科模式,启动)",
"icons": {
"16": "img/logo.png",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cxmooc-tools",
"version": "2.2.0",
"description": "> 一个快速学习超星慕课的chrome扩展工具(੧ᐛ੭挂科模式,启动)\r > 初次开发chrome扩展,有兴趣的朋友可以一起来哦",
"version": "2.3.0",
"description": "一个超星(学习通)和智慧树(知到)刷课工具,火狐,谷歌,油猴支持.全自动任务,视频倍速秒过,作业考试题库,验证码自动打码(੧ᐛ੭挂科模式,启动)",
"main": "mooc.js",
"scripts": {
"test": "node_modules/.bin/jest",
Expand Down
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export class SystemConfig {
public static version = 2.2;
public static version = 2.3;
public static url = "https://cx.icodef.com/";
public static hotVersion = "2.2.2";
public static hotVersion = "2.3.0";
public static match = [
"*://*/mycourse/studentstudy?*",
"*://*/work/doHomeWorkNew?*",
Expand Down

0 comments on commit 1fe71f9

Please sign in to comment.