1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-10-02 19:16:41 +08:00
parent 1939398579
commit 326201fb2f
3 changed files with 108 additions and 73 deletions

View File

@@ -56,6 +56,7 @@ async function main() {
await albumInfoUtils.fetchAll({});
await artistInfoUtils.fetchAll();
await lyricInfoUtils.fetchAll();
await commentUtils.fetchAll();
await sleepUtils.sleep(2000);
}
}