We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e78588 commit 62267b7Copy full SHA for 62267b7
1 file changed
Task/qqreads.js
@@ -190,10 +190,9 @@ function all(){
190
{ (function(i) {
191
setTimeout(function() {
192
193
- if (i==0){
194
-console.log(`-------------------------\n\n开始【${jsname+num}】--\n\n`)
+ if (i==0)
195
qqreadinfo();//用户名
196
-}
+
197
else if (i==1)
198
qqreadconfig();//时长查询
199
@@ -355,6 +354,7 @@ return new Promise((resolve, reject) => {
355
354
$.get(toqqreadinfourl,(error, response, data) =>{
356
if(logs) $.log(`${jsname}, 用户名: ${data}`)
357
info =JSON.parse(data)
+console.log(`-------------------------\n\n开始【${jsname+(num+1)}】--\n\n`)
358
tz+=
359
'【用户信息】:'+info.data.user.nickName+'\n'
360
0 commit comments