mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
🎈pref:放宽扫码时间
This commit is contained in:
parent
952e10ac52
commit
cd1780a842
@ -1469,7 +1469,7 @@ async neteaseStatus(e, reck) {
|
|||||||
await mkdirIfNotExists(this.defaultPath);
|
await mkdirIfNotExists(this.defaultPath);
|
||||||
const saveCodePath = `${this.defaultPath}NeteaseQrcode.png`;
|
const saveCodePath = `${this.defaultPath}NeteaseQrcode.png`;
|
||||||
await qrcode.toFile(saveCodePath,res.data.data.qrurl)
|
await qrcode.toFile(saveCodePath,res.data.data.qrurl)
|
||||||
e.reply([segment.image(saveCodePath), '请在30秒内使用网易云APP进行扫码']);
|
e.reply([segment.image(saveCodePath), '请在40秒内使用网易云APP进行扫码']);
|
||||||
// e.reply([segment.image(res.data.data.qrimg), '请在30秒内使用网易云APP进行扫码']);
|
// e.reply([segment.image(res.data.data.qrimg), '请在30秒内使用网易云APP进行扫码']);
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user