From cd1780a8427fa19d3f4005d43a42052ffd641b8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E5=88=80=E9=B1=BC?= Date: Tue, 15 Oct 2024 20:38:00 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88pref=EF=BC=9A=E6=94=BE=E5=AE=BD?= =?UTF-8?q?=E6=89=AB=E7=A0=81=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tools.js b/apps/tools.js index a5391c9..00b9fe9 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -1469,7 +1469,7 @@ async neteaseStatus(e, reck) { await mkdirIfNotExists(this.defaultPath); const saveCodePath = `${this.defaultPath}NeteaseQrcode.png`; 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进行扫码']); })