From f9ab6d6ac3ea6cb6baad19f24336a42d83a67d32 Mon Sep 17 00:00:00 2001 From: CodFrm Date: Thu, 25 Apr 2019 23:57:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/config.js b/src/config.js index bf2c571..c669d8d 100644 --- a/src/config.js +++ b/src/config.js @@ -1,15 +1,15 @@ module.exports = { - url: "https://blog.icodef.com:8081/", - version: 2.09, + url: "https://cx.icodef.com/", + version: 2.08, update: 'https://github.com/CodFrm/cxmooc-tools/releases', enforce: false, cx: { - player: 'https://blog.icodef.com:8081/player/cxmooc-tools.swf', - resplugin: 'https://blog.icodef.com:8081/player/ResourcePlug.swf' + player: 'https://cx.icodef.com/player/cxmooc-tools.swf', + resplugin: 'https://cx.icodef.com/player/ResourcePlug.swf' }, injection: '', hotversion: { - v2_08: 2.08, + v2_08: 2.082, v2_07: 2.071, v2_06: 2.06, }, -- GitLab