From b2e87993205a24f07809b26e34672194a6c6308a Mon Sep 17 00:00:00 2001 From: StageGuard <45701251+StageGuard@users.noreply.github.com> Date: Mon, 4 Mar 2024 16:44:16 +0800 Subject: [PATCH] remove self-hosted source --- source/SkyAutoplayer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/SkyAutoplayer.js b/source/SkyAutoplayer.js index b233760..bfd224d 100644 --- a/source/SkyAutoplayer.js +++ b/source/SkyAutoplayer.js @@ -643,7 +643,7 @@ config = { }, checkVersion: function() { - this.values.gitVersion = http.get("http://81.70.194.140:8090/StageGuard/SkyAutoPlayerScript/raw/branch/master/gitVersion").body.string(); + this.values.gitVersion = http.get("https://cdn.jsdelivr.net/gh/StageGuard/SkyAutoPlayerScript/gitVersion").body.string(); var periodVersion = this._global_storage.get("version", this.values.currentVersion); var currentVersion = this.values.currentVersion; if(periodVersion < currentVersion) { @@ -3914,4 +3914,4 @@ gui.dialogs.showProgressDialog(function(o) { }())); }); }, false, true); -}); \ No newline at end of file +});