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) {