mirror of
https://git.unlock-music.dev/um/web.git
synced 2025-11-05 02:51:24 +00:00
fix: api path & docker image name
(cherry picked from commit ce3de22d0e25f8cdf13e455baaae657bf61ee56a)
This commit is contained in:
@@ -108,7 +108,6 @@ export async function querySongInfoById(id: string | number): Promise<SongInfoRe
|
||||
throw new Error('请求信息失败');
|
||||
}
|
||||
|
||||
const QQ_MUSIC_COVER_URI = 'https://stats.ixarea.com/apis/music/qq-cover';
|
||||
export function getQMImageURLFromPMID(pmid: string, type = 1): string {
|
||||
return `${QQ_MUSIC_COVER_URI}/${type}/${pmid}`;
|
||||
return `${IXAREA_API_ENDPOINT}/music/qq-cover/${type}/${pmid}`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user