fix: 修复节点问题

This commit is contained in:
algerkong
2025-09-20 15:37:44 +08:00
parent df3a7994cb
commit 0df86b583b

View File

@@ -135,7 +135,7 @@ export const getLatestReleaseInfo = async (): Promise<GithubReleaseInfo | null>
'https://api.github.com/repos/algerkong/AlgerMusicPlayer/releases/latest',
// 使用代理节点
'https://music.alger.fun/package.json'
'http://music.alger.fun/package.json'
];
if (token) {