mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 13:17:46 +00:00
* issues #1019 的迫真修复 * 修复 issues #1019 * 修复 issues #1019 * 改回 pickedLyric() 逻辑 * 更进一步的避免取词卡死问题 * 更新网易云 api 到 4.2.0 * Update README.md * Revert "Update README.md" This reverts commit b862ef7d4dabd40c8fe57e4837fc6220806a1456.
This commit is contained in:
parent
8341727882
commit
0d3df4a1e4
28 changed files with 286 additions and 317 deletions
|
|
@ -289,6 +289,9 @@ export default {
|
|||
if (data.lrc !== undefined) {
|
||||
let ifl = data.lrc.lyric.split('\n').filter(l => {
|
||||
if (l.includes('作词')) {
|
||||
if (l.includes('纯音乐,请欣赏') || l.includes('作词 : 无')) {
|
||||
return false;
|
||||
}
|
||||
this.lyric = data.lrc.lyric;
|
||||
return true + ifl;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue