mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
update
This commit is contained in:
parent
891c9270db
commit
f4019be2c0
@ -476,7 +476,7 @@ function qqreadtime() {
|
||||
$.get(toqqreadtimeurl, (error, response, data) => {
|
||||
if (logs) $.log(`${jsname}, 阅读时长: ${data}`)
|
||||
let time = JSON.parse(data)
|
||||
if (time.code == 0) tz += '【阅读时长】:上传' + TIME / 6 + '分钟\n'
|
||||
if (time && time.code == 0) tz += '【阅读时长】:上传' + TIME / 6 + '分钟\n'
|
||||
resolve()
|
||||
})
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user