更新todo
This commit is contained in:
39
todo.txt
39
todo.txt
@@ -1,42 +1,37 @@
|
|||||||
-- 本地
|
-- 本地
|
||||||
node index --utils song --min 1900000000 --max 2000000000 --order DESC --limit 2000
|
node index --utils song --min 1900000000 --max 2000000000 --order DESC --limit 2000 # ing
|
||||||
node index --utils song --min 1800000000 --max 1900000000 --order DESC --limit 2000
|
node index --utils song --min 1800000000 --max 1900000000 --order DESC --limit 2000
|
||||||
-- Linux服务器
|
-- Linux服务器
|
||||||
node index --utils song --min 1290000000 --max 1500000000 --order DESC --limit 2000
|
node index --utils song --min 1290000000 --max 1500000000 --order DESC --limit 2000 # ing
|
||||||
-- Windows服务器
|
-- Windows服务器
|
||||||
node index --utils song --min 400000000 --max 1000000000 --order ASC --limit 2000
|
node index --utils song --min 400000000 --max 1000000000 --order ASC # ing
|
||||||
node index --utils song --min 0 --max 400000000 --order ASC --limit 2000
|
node index --utils song --min 0 --max 400000000 --order ASC # ing
|
||||||
|
#############################################################################################
|
||||||
|
|
||||||
|
|
||||||
-- Windows 服务器
|
-- Windows 服务器
|
||||||
node index --utils album --min 134000000 --max 160000000 --order DESC --limit 2000
|
node index --utils album --min 134000000 --max 160000000 --order DESC # ing
|
||||||
-- 本机
|
-- 本机
|
||||||
node index --utils album --min 0 --max 134000000 --order DESC --limit 2000
|
node index --utils album --min 0 --max 134000000 --order DESC --limit 2000 # ing
|
||||||
|
#############################################################################################
|
||||||
|
|
||||||
-- Windows服务器
|
-- Windows服务器
|
||||||
node index --utils artist --min 0 --max 12000000 --order DESC --limit 2000
|
node index --utils artist --min 0 --max 12000000 --order DESC # ing
|
||||||
-- Linux服务器
|
-- Linux服务器
|
||||||
node index --utils artist --min 12000000 --max 38000000 --order DESC --limit 2000
|
node index --utils artist --min 12000000 --max 38000000 --order DESC --limit 2000 # ing
|
||||||
-- 本机
|
-- 本机
|
||||||
node index --utils artist --min 38000000 --max 55000000 --order DESC --limit 2000
|
node index --utils artist --min 38000000 --max 55000000 --order DESC --limit 2000 # ing
|
||||||
|
#############################################################################################
|
||||||
|
|
||||||
-- 本机
|
-- 本机
|
||||||
node index --utils comment --min 1800000000 --max 2000000000 --order DESC --limit 2000
|
node index --utils comment --min 1800000000 --max 2000000000 --order DESC --limit 2000
|
||||||
-- Windows服务器
|
-- Windows服务器
|
||||||
node index --utils comment --min 1290000000 --max 1500000000 --order DESC --limit 2000
|
node index --utils comment --min 1290000000 --max 1500000000 --order DESC --limit 2000 # ing
|
||||||
node index --utils comment --min 400000000 --max 1000000000 --order ASC --limit 2000
|
node index --utils comment --min 400000000 --max 1000000000 --order ASC --limit 2000
|
||||||
-- Linux服务器
|
-- Linux服务器
|
||||||
node index --utils comment --min 0 --max 400000000 --order ASC --limit 2000
|
node index --utils comment --min 0 --max 400000000 --order ASC --limit 2000 # ing
|
||||||
|
#############################################################################################
|
||||||
|
|
||||||
-- Windows服务器
|
-- Windows服务器
|
||||||
node index --utils lyric --min 1800000000 --max 2000000000 --order DESC --limit 2000
|
node index --utils lyric --min 1800000000 --max 2000000000 --order DESC --limit 2000
|
||||||
node index --utils lyric --min 0 --max 400000000 --order ASC --limit 2000
|
node index --utils lyric --min 0 --max 400000000 --order ASC # ing
|
||||||
-- 本机
|
-- 本机
|
||||||
node index --utils lyric --min 400000000 --max 1000000000 --order ASC --limit 2000
|
node index --utils lyric --min 400000000 --max 1000000000 --order ASC --limit 2000 # ing
|
||||||
|
|
||||||
|
|
||||||
后期:
|
后期:
|
||||||
|
Reference in New Issue
Block a user