diff --git a/package.json b/package.json index 81f2127..13ac24f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "author": "WindyWisper ", + "author": "WindyWhisper ", "dependencies": { "@prisma/client": "^3.15.2", "axios": "^0.27.2", @@ -54,6 +54,6 @@ "postinstall": "electron-builder install-app-deps", "postuninstall": "electron-builder install-app-deps" }, - "version": "3.0.0-Final", + "version": "3.0.1-Final", "web-types": "./web-types.json" } diff --git a/src/renderer/app.vue b/src/renderer/app.vue index e708c6d..5a5b96f 100644 --- a/src/renderer/app.vue +++ b/src/renderer/app.vue @@ -173,7 +173,7 @@ export default { this.appVersion = await connector.get('checkVersion', {}); const current = new Date().getTime(); axios - .get(`https://umalib.github.io/UmaLibDesktop/update-info.json?${current}`) + .get(`https://umalib.gitgud.site/UmaLibDesktop/update-info.json?${current}`) .then(async response => { connector .get('log', { @@ -303,7 +303,7 @@ export default { const current = new Date().getTime(); const remoteVer = ( await axios.get( - `https://umalib.github.io/UmaLibDesktop/update-info.json?${new Date().getTime()}`, + `https://umalib.gitgud.site/UmaLibDesktop/update-info.json?${new Date().getTime()}`, ) ).data; connector @@ -332,7 +332,7 @@ export default { try { const current = new Date().getTime(); const ret = await axios.get( - `https://umalib.github.io/UmaLibDesktop/${ + `https://umalib.gitgud.site/UmaLibDesktop/${ this.downloadDialog.aimVersion }.zip?${new Date().getTime()}`, {