From 3f6fdf5aa7102d0ec4349d04c5139a73de366710 Mon Sep 17 00:00:00 2001 From: zhiyu1998 Date: Mon, 10 Apr 2023 01:32:08 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=84=20refactor:=20ocr=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=9B=B4=E5=8A=A0=E5=AE=8C=E5=96=84?= 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 14f70d2..c01ddb0 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -180,7 +180,7 @@ export class tools extends plugin { curMsg.reply(prompt); }); } catch (err) { - curMsg.reply("OCR失败") + curMsg.reply(" ❌OCR失败,或者存在多账号竞争回答问题!"); } finally { this.finish("ocr2anythingContext") }