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

修改统计语句

This commit is contained in:
2022-11-07 15:05:05 +08:00
parent 2878dbf111
commit 0b887580fc
2 changed files with 11 additions and 22 deletions

View File

@@ -1,10 +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 album --limit 10000"
start cmd /k "node index --utils artist --limit 10000"
start cmd /k "node index --utils comment --limit 10000"
start cmd /k "node index --utils lyric"
start cmd /k "node index --utils lyric --limit 10000"
@REM start cmd /k "node index --utils playlist"
exit