From 2d712eefe1dcf27a0e76d0d5821de5b9cea78209 Mon Sep 17 00:00:00 2001 From: Revincx Date: Mon, 24 May 2021 12:17:37 +0800 Subject: [PATCH] =?UTF-8?q?fix=20qq=20music=20of=20unblockneteasemusic=20|?= =?UTF-8?q?=20=E4=BF=AE=E5=A4=8Dqq=E9=9F=B3=E6=BA=90=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E8=A7=A3=E6=9E=90=E7=9A=84=E9=97=AE=E9=A2=98=20(#695)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: change to @revincx/unblockneteasemusic moudle * Update README.md * Update README.md * Add OSD Lyrics * tidy files * fix OSDLyrics: last line of lyrics not showing, performance * tidy files * make user can resize the lyrics window * update unblockneteasemusic * update unblockneteasemusic again Co-authored-by: qier222 Co-authored-by: Shi Liang --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 00f946f..ce760c0 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "main": "background.js", "dependencies": { - "@revincx/unblockneteasemusic": "^0.25.5", + "@revincx/unblockneteasemusic": "^0.25.7", "axios": "^0.21.0", "change-case": "^4.1.2", "core-js": "^3.6.5",