添加字幕滚动代码(lyric)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user