From f7ffec3ea6c8729583792560148f8748a679bdb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Tue, 2 Sep 2025 13:45:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/dialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index/dialog.vue b/src/pages/index/dialog.vue index 0669148f..491b990c 100644 --- a/src/pages/index/dialog.vue +++ b/src/pages/index/dialog.vue @@ -588,7 +588,7 @@ } else { talkingList.value.pop() uni.showToast({ - title: '未识别到文字!', + title: '未识别到文字', icon: "none", duration: 1000 });