From 27fb1b6ebf8d246e8b3a9b02d52e77f3ae5de486 Mon Sep 17 00:00:00 2001 From: CodFrm Date: Tue, 24 Apr 2018 16:55:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=8B=E8=BD=BD=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E8=B7=B3=E8=BD=ACbug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.js | 2 +- src/cxmooc-tools/popup.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.js b/src/config.js index de08fb2..996257f 100644 --- a/src/config.js +++ b/src/config.js @@ -1,6 +1,6 @@ module.exports = { url: "https://blog.icodef.com:8081/", - version: 1.36, + version: 1.32, update: 'https://github.com/CodFrm/cxmooc-tools/releases', enforce: false } \ No newline at end of file diff --git a/src/cxmooc-tools/popup.js b/src/cxmooc-tools/popup.js index e865268..9317daf 100644 --- a/src/cxmooc-tools/popup.js +++ b/src/cxmooc-tools/popup.js @@ -10,7 +10,7 @@ window.onload = function () { if (moocConfig.version < json.version) { var p = document.createElement('p'); p.style.color = "#ff0000"; - p.innerHTML = '有新的版本更新:点我去下载 最新版本:v' + json.version; + p.innerHTML = '有新的版本更新:点我去下载 最新版本:v' + json.version; document.getElementsByTagName('body')[0].appendChild(p); } } -- GitLab