From ad11cf3695a0761cba252248a843abadf0cdf64b Mon Sep 17 00:00:00 2001 From: wuying <106313976+612901@users.noreply.github.com> Date: Wed, 11 Jan 2023 17:30:16 +0800 Subject: [PATCH 1/3] Update main.js --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 5a49fbd..7b332ef 100644 --- a/src/main.js +++ b/src/main.js @@ -930,7 +930,7 @@ atEvery.prototype.beginUpload = function (file) { fadeOut('lazy'); } }); - xhr.open("POST", "https://7bu.top/api/upload"); + xhr.open("POST", "https://tc.wyblog1.tk"); let imgToken = AV.User.current().attributes.imgToken; if (imgToken !== undefined) { xhr.setRequestHeader("Authorization", "Basic VGVzdDoxMjM0NTY="); From a5bb5a8e96a83ed2a199d3036a103c4ac2218996 Mon Sep 17 00:00:00 2001 From: wuying <106313976+612901@users.noreply.github.com> Date: Wed, 11 Jan 2023 17:47:02 +0800 Subject: [PATCH 2/3] Update main.js --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 7b332ef..e4ba960 100644 --- a/src/main.js +++ b/src/main.js @@ -930,7 +930,7 @@ atEvery.prototype.beginUpload = function (file) { fadeOut('lazy'); } }); - xhr.open("POST", "https://tc.wyblog1.tk"); + xhr.open("POST", "https://tc.wyblog1.tk/"); let imgToken = AV.User.current().attributes.imgToken; if (imgToken !== undefined) { xhr.setRequestHeader("Authorization", "Basic VGVzdDoxMjM0NTY="); From d94d4cfcf7b3a5ec6ccefec1795bb02f4c50f660 Mon Sep 17 00:00:00 2001 From: wuying <106313976+612901@users.noreply.github.com> Date: Thu, 12 Jan 2023 16:08:36 +0800 Subject: [PATCH 3/3] Update main.js --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index e4ba960..7b332ef 100644 --- a/src/main.js +++ b/src/main.js @@ -930,7 +930,7 @@ atEvery.prototype.beginUpload = function (file) { fadeOut('lazy'); } }); - xhr.open("POST", "https://tc.wyblog1.tk/"); + xhr.open("POST", "https://tc.wyblog1.tk"); let imgToken = AV.User.current().attributes.imgToken; if (imgToken !== undefined) { xhr.setRequestHeader("Authorization", "Basic VGVzdDoxMjM0NTY=");