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

Commit 255b1dc

Browse files
committedApr 18, 2020
2020年4月18日
1 parent c0a4b9e commit 255b1dc

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed
 

Diff for: ‎build/cxmooc-tools/manifest.json

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

Diff for: ‎src/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export class SystemConfig {
22
public static version = 2.4;
3-
public static url = "http://localhost/";
3+
public static url = "https://cx.icodef.com/";
44
public static hotVersion = "2.4.0";
55
public static match = [
66
"*://*/mycourse/studentstudy?*",

Diff for: ‎src/views/popup.html

-10
Original file line numberDiff line numberDiff line change
@@ -570,16 +570,6 @@ <h4 class="one_title">
570570
</div>
571571
</div>
572572
<!--其他模块盒子-->
573-
<div class="bottom_div">
574-
<h4 class="one_title"><span>其他:</span></h4>
575-
<ul>
576-
<li><a class="three_font" href="https://github.com/CodFrm/cxmooc-tools" target="_black">GitHub开源地址</a></li>
577-
<li><a class="three_font" href="https://cx.icodef.com/" target="_black">使用文档</a></li>
578-
<li><a class="three_font" href="https://github.com/CodFrm/cxmooc-tools/issues"
579-
target="_black">Bug/意见/题目反馈地址</a>
580-
</li>
581-
</ul>
582-
</div>
583573
<div style="padding:0 20px;">
584574
<img id="tiku" src="./../img/success.svg">
585575
<p class="ps">PS:本扩展全部是免费的</p>

0 commit comments

Comments
 (0)
This repository has been archived.