Skip to content

Commit 60cc0dc

Browse files
author
ziye12
authored
Update qqreads.js
1 parent ce314bb commit 60cc0dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Task/qqreads.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ return new Promise((resolve, reject) => {
354354
$.get(toqqreadinfourl,(error, response, data) =>{
355355
if(logs) $.log(`${jsname}, 用户名: ${data}`)
356356
info =JSON.parse(data)
357-
console.log(`-------------------------\n\n开始【${jsname+(num+1)}】--\n\n`)
357+
358358
tz+=
359359
'【用户信息】:'+info.data.user.nickName+'\n'
360360

@@ -847,7 +847,7 @@ tz+='【周时长奖励'+(i+1)+'】:领取'+Packageid[i]+'阅豆\n'
847847
function showmsg() {
848848

849849

850-
850+
console.log(`-------------------------\n\n开始【${jsname+(num+1)}】--\n\n`)
851851

852852
if (notifyInterval==1)
853853
$.msg(jsname,'',tz)//显示所有通知

0 commit comments

Comments
 (0)