From 8424a9e4deae3f739ee7acadcbe21f46ddfc0985 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sat, 28 Nov 2020 20:22:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=8D=E7=BA=A7node-id3=E4=BF=AE=E5=A4=8DMAC?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E4=B8=8A=E4=B8=8B=E8=BD=BD=E6=AD=8C=E6=9B=B2?= =?UTF-8?q?=E5=B0=81=E9=9D=A2=E5=B5=8C=E5=85=A5=E6=97=A0=E6=B3=95=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 14 +++++++------- package.json | 2 +- publish/changeLog.md | 5 ++--- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f13f063..ec69355e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "lx-music-desktop", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -8541,7 +8541,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz?cache=0&sync_timestamp=1605791516034&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-2.6.9.tgz", + "resolved": "https://registry.npm.taobao.org/debug/download/debug-2.6.9.tgz?cache=0&sync_timestamp=1600502894812&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fdebug%2Fdownload%2Fdebug-2.6.9.tgz", "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=", "dev": true, "requires": { @@ -10921,7 +10921,7 @@ }, "js-htmlencode": { "version": "0.3.0", - "resolved": "https://registry.npmjs.org/js-htmlencode/-/js-htmlencode-0.3.0.tgz", + "resolved": "https://registry.npm.taobao.org/js-htmlencode/download/js-htmlencode-0.3.0.tgz", "integrity": "sha1-sc4pPflOlviooIsfM2j5d70lVzE=" }, "js-stringify": { @@ -11967,9 +11967,9 @@ "dev": true }, "node-id3": { - "version": "0.1.21", - "resolved": "https://registry.npm.taobao.org/node-id3/download/node-id3-0.1.21.tgz", - "integrity": "sha1-bp+8x68J9lEUkJoR90otcLVFu/M=", + "version": "0.1.19", + "resolved": "https://registry.npm.taobao.org/node-id3/download/node-id3-0.1.19.tgz", + "integrity": "sha1-cQAMuCna3HYQAKSBAV5T88ydqto=", "requires": { "iconv-lite": "0.5.1" }, @@ -14631,7 +14631,7 @@ "dependencies": { "type-fest": { "version": "0.13.1", - "resolved": "https://registry.npm.taobao.org/type-fest/download/type-fest-0.13.1.tgz?cache=0&sync_timestamp=1605529535783&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ftype-fest%2Fdownload%2Ftype-fest-0.13.1.tgz", + "resolved": "https://registry.npm.taobao.org/type-fest/download/type-fest-0.13.1.tgz?cache=0&sync_timestamp=1602623859603&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ftype-fest%2Fdownload%2Ftype-fest-0.13.1.tgz", "integrity": "sha1-AXLLW86AsL1ULqNI21DH4hg02TQ=", "dev": true, "optional": true diff --git a/package.json b/package.json index b055fe8d..b63b271b 100644 --- a/package.json +++ b/package.json @@ -228,7 +228,7 @@ "js-htmlencode": "^0.3.0", "lrc-file-parser": "^1.0.5", "needle": "^2.5.2", - "node-id3": "^0.1.21", + "node-id3": "^0.1.19", "request": "^2.88.2", "vue": "^2.6.12", "vue-i18n": "^8.22.1", diff --git a/publish/changeLog.md b/publish/changeLog.md index 0285b88e..5e7623c4 100644 --- a/publish/changeLog.md +++ b/publish/changeLog.md @@ -1,6 +1,5 @@ ### 修复 -- 修复有歌词翻译与无歌词的音乐间切换会导致歌词翻译残留显示的问题 -- 修复歌曲URL过期时,等待刷新URL的自动切换歌曲时间间隔太短的问题 -- 修复某些电脑上的某些歌曲没有声音的问题(升级Electron9.3.4导致的,现降级到9.3.3) +- 修复MAC平台上下载歌曲封面嵌入无法显示的问题 +