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

bugfix;添加auto.bat

This commit is contained in:
2022-10-29 01:21:48 +08:00
parent ce20720c60
commit d3245038d7
11 changed files with 77 additions and 26 deletions

10
netease_music/auto.bat Normal file
View File

@@ -0,0 +1,10 @@
start cmd /k "node index --utils assistant"
start cmd /k "node index --utils song"
start cmd /k "node index --utils album"
start cmd /k "node index --utils artist"
start cmd /k "node index --utils comment --limit 10000"
start cmd /k "node index --utils lyric"
@REM start cmd /k "node index --utils playlist"
exit