Skip to content

Commit 5630d47

Browse files
author
ziye12
authored
企鹅读书 目前必须每天手动看一次书,才能恢复正常
1 parent 159f0f2 commit 5630d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Task/qqreads.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ return new Promise((resolve, reject) => {
614614
url:`https://mqqapi.reader.qq.com/mqq/pickPackageInit`,
615615
headers: JSON.parse(qqreadheaderVal),
616616
};
617-
if (wktime.data.readTime>=wktimess){
617+
if (wktime.data.readTime>=wktimess&&wktime.data.readTime<=1250){
618618
$.get(toqqreadpickurl,(error, response, data) =>{
619619
if(logs) $.log(`${jsname},周阅读时长奖励任务: ${data}`)
620620
pick =JSON.parse(data)

0 commit comments

Comments
 (0)