diff --git a/FAQ.md b/FAQ.md index 0eaa016b..ae159bf4 100644 --- a/FAQ.md +++ b/FAQ.md @@ -49,7 +49,7 @@ ### 提示 `getaddrinfo EAI_AGAIN ...` 或 `无法连接到服务器` -尝试在在浏览器打开这个地址`http://ts.tempmusic.tk`,浏览器显示404是正常的,如果不是404那就证明所在网络无法访问接口服务器。 +尝试在在浏览器打开这个地址`http://ts.tempmusics.tk`,浏览器显示404是正常的,如果不是404那就证明所在网络无法访问接口服务器。 若网页无法打开或打开来不是404,则可能是DNS的问题,可以尝试以下办法: 1. 将DNS改成自动获取试试(注:改完可能需要清理下系统DNS缓存才生效) @@ -68,7 +68,7 @@ 5. 若还不行请到这个链接查看详情: 6. 若没有在第5条链接中的第一条评论中看到接口无法使用的说明,则应该是你网络无法访问接口服务器的问题,如果接口有问题我会在那里说明。 -想要知道是不是自己网络的问题可以看看`http://ts.tempmusic.tk`能不能在浏览器打开,浏览器显示404是正常的,如果不是404那就证明所在网络无法访问接口服务器。 +想要知道是不是自己网络的问题可以看看`http://ts.tempmusics.tk`能不能在浏览器打开,浏览器显示404是正常的,如果不是404那就证明所在网络无法访问接口服务器。 若网页无法打开或打来不是404,则应该是DNS的问题,可以尝试以下办法: 1. 将DNS改成自动获取试试 diff --git a/publish/changeLog.md b/publish/changeLog.md index 3e6fefc2..aaa5ffc6 100644 --- a/publish/changeLog.md +++ b/publish/changeLog.md @@ -1,13 +1,3 @@ -### 优化 - -- 为tx、kw源添加 Flac 24bit 音质显示,注:由于之前没有记录此音质,所以之前收藏的歌曲信息中不包含它 - ### 修复 -- 修复无法批量排序歌曲的问题 -- 修复某些缺失的繁体中文翻译 -- 修复企鹅音乐搜索失效的问题 - -### 其他 - -- 降级electron到v15.5.7 +- 修复因音源的域名到期导致的音源失效的问题 diff --git a/src/renderer/utils/music/bd/api-test.js b/src/renderer/utils/music/bd/api-test.js index 6c19ab2a..f3227a07 100644 --- a/src/renderer/utils/music/bd/api-test.js +++ b/src/renderer/utils/music/bd/api-test.js @@ -5,7 +5,7 @@ import { dnsLookup } from '../utils' const api_test = { getMusicUrl(songInfo, type) { - const requestObj = httpFetch(`http://ts.tempmusic.tk/url/bd/${songInfo.songmid}/${type}`, { + const requestObj = httpFetch(`http://ts.tempmusics.tk/url/bd/${songInfo.songmid}/${type}`, { method: 'get', timeout, headers, diff --git a/src/renderer/utils/music/kg/api-test.js b/src/renderer/utils/music/kg/api-test.js index aa9f6651..01156d44 100644 --- a/src/renderer/utils/music/kg/api-test.js +++ b/src/renderer/utils/music/kg/api-test.js @@ -5,7 +5,7 @@ import { dnsLookup } from '../utils' const api_test = { getMusicUrl(songInfo, type) { - const requestObj = httpFetch(`http://ts.tempmusic.tk/url/kg/${songInfo._types[type].hash}/${type}`, { + const requestObj = httpFetch(`http://ts.tempmusics.tk/url/kg/${songInfo._types[type].hash}/${type}`, { method: 'get', timeout, headers, @@ -18,7 +18,7 @@ const api_test = { return requestObj }, getPic(songInfo) { - const requestObj = httpFetch(`http://ts.tempmusic.tk/pic/kg/${songInfo.hash}`, { + const requestObj = httpFetch(`http://ts.tempmusics.tk/pic/kg/${songInfo.hash}`, { method: 'get', timeout, headers, @@ -30,7 +30,7 @@ const api_test = { return requestObj }, getLyric(songInfo) { - const requestObj = httpFetch(`http://ts.tempmusic.tk/lrc/kg/${songInfo.hash}`, { + const requestObj = httpFetch(`http://ts.tempmusics.tk/lrc/kg/${songInfo.hash}`, { method: 'get', timeout, headers, diff --git a/src/renderer/utils/music/kw/api-temp.js b/src/renderer/utils/music/kw/api-temp.js index 2e37abc7..79b0e739 100644 --- a/src/renderer/utils/music/kw/api-temp.js +++ b/src/renderer/utils/music/kw/api-temp.js @@ -4,7 +4,7 @@ import { dnsLookup } from '../utils' const api_temp = { getMusicUrl(songInfo, type) { - const requestObj = httpFetch(`http://tm.tempmusic.tk/url/kw/${songInfo.songmid}/${type}`, { + const requestObj = httpFetch(`http://tm.tempmusics.tk/url/kw/${songInfo.songmid}/${type}`, { method: 'get', headers, timeout, diff --git a/src/renderer/utils/music/kw/api-test.js b/src/renderer/utils/music/kw/api-test.js index 03433ddf..3d128c15 100644 --- a/src/renderer/utils/music/kw/api-test.js +++ b/src/renderer/utils/music/kw/api-test.js @@ -16,7 +16,7 @@ const api_test = { // return requestObj // }, getMusicUrl(songInfo, type) { - const requestObj = httpFetch(`http://ts.tempmusic.tk/url/kw/${songInfo.songmid}/${type}`, { + const requestObj = httpFetch(`http://ts.tempmusics.tk/url/kw/${songInfo.songmid}/${type}`, { method: 'get', timeout, headers, diff --git a/src/renderer/utils/music/mg/api-test.js b/src/renderer/utils/music/mg/api-test.js index 860b53ec..99152172 100644 --- a/src/renderer/utils/music/mg/api-test.js +++ b/src/renderer/utils/music/mg/api-test.js @@ -5,7 +5,7 @@ import { dnsLookup } from '../utils' const api_test = { getMusicUrl(songInfo, type) { - const requestObj = httpFetch(`http://ts.tempmusic.tk/url/mg/${songInfo.copyrightId}/${type}`, { + const requestObj = httpFetch(`http://ts.tempmusics.tk/url/mg/${songInfo.copyrightId}/${type}`, { method: 'get', timeout, headers, diff --git a/src/renderer/utils/music/tx/api-test.js b/src/renderer/utils/music/tx/api-test.js index a930b1ff..a0fae0dd 100644 --- a/src/renderer/utils/music/tx/api-test.js +++ b/src/renderer/utils/music/tx/api-test.js @@ -5,7 +5,7 @@ import { dnsLookup } from '../utils' const api_messoer = { getMusicUrl(songInfo, type) { - const requestObj = httpFetch(`http://ts.tempmusic.tk/url/tx/${songInfo.songmid}/${type}`, { + const requestObj = httpFetch(`http://ts.tempmusics.tk/url/tx/${songInfo.songmid}/${type}`, { method: 'get', timeout, headers, diff --git a/src/renderer/utils/music/wy/api-test.js b/src/renderer/utils/music/wy/api-test.js index 6ce34b3f..a7f37b45 100644 --- a/src/renderer/utils/music/wy/api-test.js +++ b/src/renderer/utils/music/wy/api-test.js @@ -5,7 +5,7 @@ import { dnsLookup } from '../utils' const api_test = { getMusicUrl(songInfo, type) { - const requestObj = httpFetch(`http://ts.tempmusic.tk/url/wy/${songInfo.songmid}/${type}`, { + const requestObj = httpFetch(`http://ts.tempmusics.tk/url/wy/${songInfo.songmid}/${type}`, { method: 'get', timeout, headers,