diff --git a/src/config.js b/src/config.js index bf2c57190f9b7b0dde740e1cb70ee9b61256504f..c669d8d404cf0e3d88e70615669c29263282bb95 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, },