diff --git a/js/index.js b/js/index.js index fcb6db2..b5d8672 100644 --- a/js/index.js +++ b/js/index.js @@ -351,7 +351,7 @@ function checkUpdateOnInit() { message: `检查到新版本v${data.version},您正在使用的版本是v${appData.version},是否打开下载页面?` }, (res, checkboxChecked) => { if(res == order) { - shell.openExternal(`https://pan.baidu.com/s/1jIHnRk6#list/path=%2Fbilimini%2Fv${data.version}`); + shell.openExternal(`https://github.com/chitosai/bilimini/releases/tag/v${data.version}`); } }); } diff --git a/package.json b/package.json index 8dd178e..96e265b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bilimini", - "version": "1.5.3", + "version": "1.5.4", "description": "Hide!bilibili", "main": "main.js", "scripts": {