bugfix 解决极少数album没有标题,正则匹配失败问题
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
if (process.argv.length <= 2) {
|
||||
let output = [
|
||||
"参数不够",
|
||||
"node index --utils [song|album|artist|lyric|comment] --min [number] --max [number] --order [false|ASC|DESC] --limit [number]",
|
||||
"node index --utils [song|album|artist|lyric|comment|playlist|assistant] --min [number] --max [number] --order [false|ASC|DESC] --limit [number]",
|
||||
// "",
|
||||
// "node index --utils xxx --min xxx --max xxx --order ASC --limit 2000",
|
||||
].join('\n');
|
||||
|
Reference in New Issue
Block a user