remove comment

This commit is contained in:
memorydream 2022-01-27 01:49:18 +08:00 committed by GitHub
parent 9ae5e4f059
commit 171f4708d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,3 @@
// copy from https://github.com/sl1673495/vue-netease-music/blob/master/src/utils/lrcparse.js
export function lyricParser(lrc) {
return {
lyric: parseLyric(lrc?.lrc?.lyric || ''),