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

Commit 1fe71f9

Browse files
committed
update
1 parent 77f34c4 commit 1fe71f9

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

build/cxmooc-tools/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "超星慕课小工具",
4-
"version": "2.2.2",
4+
"version": "2.3.0",
55
"description": "一个 超星(学习通)/智慧树(知到)/中国大学mooc 刷课工具,火狐,谷歌,油猴支持.全自动任务,视频倍速秒过,作业考试题库,验证码自动打码(੧ᐛ੭挂科模式,启动)",
66
"icons": {
77
"16": "img/logo.png",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cxmooc-tools",
3-
"version": "2.2.0",
4-
"description": "> 一个快速学习超星慕课的chrome扩展工具(੧ᐛ੭挂科模式,启动)\r > 初次开发chrome扩展,有兴趣的朋友可以一起来哦",
3+
"version": "2.3.0",
4+
"description": "一个超星(学习通)和智慧树(知到)刷课工具,火狐,谷歌,油猴支持.全自动任务,视频倍速秒过,作业考试题库,验证码自动打码(੧ᐛ੭挂科模式,启动)",
55
"main": "mooc.js",
66
"scripts": {
77
"test": "node_modules/.bin/jest",

src/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export class SystemConfig {
2-
public static version = 2.2;
2+
public static version = 2.3;
33
public static url = "https://cx.icodef.com/";
4-
public static hotVersion = "2.2.2";
4+
public static hotVersion = "2.3.0";
55
public static match = [
66
"*://*/mycourse/studentstudy?*",
77
"*://*/work/doHomeWorkNew?*",

0 commit comments

Comments
 (0)