1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee

添加字幕滚动代码(lyric)

This commit is contained in:
2022-11-15 14:03:10 +08:00
parent 08c7313ce0
commit 67af823cde
5 changed files with 156 additions and 4 deletions

View File

@@ -43,6 +43,7 @@ async function test() {
// let res = await songInfoUtils.fetch({ songId: "437608327" });
// let res = await playlistUtilsOld.fetch({ playlistId: "4980157066", debug: true });
// let res = await commentUtils.fetch({ songId: "4980157066" });
// let res = await lyricInfoUtils.fetch({ songId: "569200213" });
// let res = await testUtils.fetch();
@@ -50,7 +51,7 @@ async function test() {
// let res = await artistInfoUtils.getFromDatabase({ artistId: "12023508" });
// let res = await songInfoUtils.getFromDatabase({ songId: "437608327" });
console.log(res);
// console.log(res);
}
/**