fix: 修复节点问题

This commit is contained in:
algerkong
2025-09-20 15:37:44 +08:00
parent df3a7994cb
commit 0df86b583b
+1 -1
View File
@@ -135,7 +135,7 @@ export const getLatestReleaseInfo = async (): Promise<GithubReleaseInfo | null>
'https://api.github.com/repos/algerkong/AlgerMusicPlayer/releases/latest', 'https://api.github.com/repos/algerkong/AlgerMusicPlayer/releases/latest',
// 使用代理节点 // 使用代理节点
'https://music.alger.fun/package.json' 'http://music.alger.fun/package.json'
]; ];
if (token) { if (token) {