修复播放详情页歌词翻译、罗马音歌词匹配问题

This commit is contained in:
lyswhut 2022-12-10 16:08:24 +08:00
parent 6627af12fd
commit 6f58235701
3 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "lx-music-mobile", "name": "lx-music-mobile",
"version": "0.15.2", "version": "0.15.3",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "lx-music-mobile", "name": "lx-music-mobile",
"version": "0.15.2", "version": "0.15.3",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
@ -19,7 +19,7 @@
"events": "^3.3.0", "events": "^3.3.0",
"i18next": "^22.1.5", "i18next": "^22.1.5",
"js-htmlencode": "^0.3.0", "js-htmlencode": "^0.3.0",
"lrc-file-parser": "^2.2.7", "lrc-file-parser": "^2.2.8",
"pako": "^2.1.0", "pako": "^2.1.0",
"process": "^0.11.10", "process": "^0.11.10",
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
@ -9691,9 +9691,9 @@
} }
}, },
"node_modules/lrc-file-parser": { "node_modules/lrc-file-parser": {
"version": "2.2.7", "version": "2.2.8",
"resolved": "https://registry.npmjs.org/lrc-file-parser/-/lrc-file-parser-2.2.7.tgz", "resolved": "https://registry.npmjs.org/lrc-file-parser/-/lrc-file-parser-2.2.8.tgz",
"integrity": "sha512-gH/5FYUdrQ7YTzNpkBM8fLFsM4OUh0pgYtvgvasDI5eSKW9kQbE/xRYeWKw/++9hBrTI9iGzujuvaFr4qYJaBQ==" "integrity": "sha512-Uq2boQVg4Ll4Csthq0ZJ+4Nn8sBfOJwceFsJGGfOxcpKSYpEMmDRsinuVnhNVJe4x/jD1HJr9xWzDqgo+8WMTw=="
}, },
"node_modules/lru-cache": { "node_modules/lru-cache": {
"version": "6.0.0", "version": "6.0.0",
@ -21624,9 +21624,9 @@
} }
}, },
"lrc-file-parser": { "lrc-file-parser": {
"version": "2.2.7", "version": "2.2.8",
"resolved": "https://registry.npmjs.org/lrc-file-parser/-/lrc-file-parser-2.2.7.tgz", "resolved": "https://registry.npmjs.org/lrc-file-parser/-/lrc-file-parser-2.2.8.tgz",
"integrity": "sha512-gH/5FYUdrQ7YTzNpkBM8fLFsM4OUh0pgYtvgvasDI5eSKW9kQbE/xRYeWKw/++9hBrTI9iGzujuvaFr4qYJaBQ==" "integrity": "sha512-Uq2boQVg4Ll4Csthq0ZJ+4Nn8sBfOJwceFsJGGfOxcpKSYpEMmDRsinuVnhNVJe4x/jD1HJr9xWzDqgo+8WMTw=="
}, },
"lru-cache": { "lru-cache": {
"version": "6.0.0", "version": "6.0.0",

View File

@ -51,7 +51,7 @@
"events": "^3.3.0", "events": "^3.3.0",
"i18next": "^22.1.5", "i18next": "^22.1.5",
"js-htmlencode": "^0.3.0", "js-htmlencode": "^0.3.0",
"lrc-file-parser": "^2.2.7", "lrc-file-parser": "^2.2.8",
"pako": "^2.1.0", "pako": "^2.1.0",
"process": "^0.11.10", "process": "^0.11.10",
"prop-types": "^15.8.1", "prop-types": "^15.8.1",

View File

@ -1,3 +1,3 @@
### 修复 ### 修复
- 修复鸿蒙系统下的崩溃问题 - 修复播放详情页歌词翻译、罗马音歌词匹配问题