mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-24 16:18:50 +08:00
✨ feat: 修改下载地址
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
electron_mirror=https://npmmirror.com/mirrors/electron/
|
||||||
|
electron_builder_binaries_mirror=https://npmmirror.com/mirrors/electron-builder-binaries/
|
||||||
@@ -37,7 +37,7 @@ const handleInstall = async () => {
|
|||||||
const isWindows = os.includes('Win');
|
const isWindows = os.includes('Win');
|
||||||
const urls = {
|
const urls = {
|
||||||
mac: 'http://file.alger.fun/d/ali/%E8%BD%AF%E4%BB%B6/AlgerMusic/AlgerMusic.dmg',
|
mac: 'http://file.alger.fun/d/ali/%E8%BD%AF%E4%BB%B6/AlgerMusic/AlgerMusic.dmg',
|
||||||
windows: 'http://file.alger.fun/d/ali/%E8%BD%AF%E4%BB%B6/AlgerMusic/AlgerMusic_2.1.0_Setup_x64.exe',
|
windows: 'http://file.alger.fun/d/ali/%E8%BD%AF%E4%BB%B6/AlgerMusic/AlgerMusic.exe',
|
||||||
};
|
};
|
||||||
// 根据操作系统选择下载链接
|
// 根据操作系统选择下载链接
|
||||||
let downloadUrl = '';
|
let downloadUrl = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user