From 063a0ff4fc724ff44acaa84a2cc985897924ed28 Mon Sep 17 00:00:00 2001 From: StageGuard <1355416608@qq.com> Date: Tue, 21 Jul 2020 10:12:28 +0800 Subject: [PATCH] Move version control to github --- source/SkyAutoplayer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/SkyAutoplayer.js b/source/SkyAutoplayer.js index 4649a73..8195e9f 100644 --- a/source/SkyAutoplayer.js +++ b/source/SkyAutoplayer.js @@ -188,7 +188,7 @@ config = { }, checkVersion: function() { - this.values.gitVersion = http.get("https://gitee.com/stageguard/SkyAutoPlayerScript/raw/master/gitVersion").body.string(); + this.values.gitVersion = http.get("https://cdn.jsdelivr.net/gh/StageGuard/SkyAutoPlayerScript@master/gitVersion").body.string(); var periodVersion = this._global_storage.get("version", this.values.currentVersion); var currentVersion = this.values.currentVersion; if(periodVersion < currentVersion) {