From 4b32c459b16d3e266ed0a6fa277f941e97e38832 Mon Sep 17 00:00:00 2001 From: liangbin <15536829364@163.com> Date: Fri, 29 Aug 2025 18:01:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96AI=E9=85=8D=E7=BD=AE=EF=BC=8C?= =?UTF-8?q?=E6=A8=A1=E6=8B=9F=E6=90=9C=E7=B4=A2=E9=9C=80=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/components/speechControl.vue | 99 ++++++++++++++++----------- 1 file changed, 59 insertions(+), 40 deletions(-) diff --git a/src/view/components/speechControl.vue b/src/view/components/speechControl.vue index b5b709d..8f5b436 100644 --- a/src/view/components/speechControl.vue +++ b/src/view/components/speechControl.vue @@ -9,36 +9,21 @@
点击开始语音识别
@@ -47,10 +32,9 @@
{{ "执行操作:" + - `${item.command} ${ - item.params && item.params.keyword - ? "-" + item.params.keyword - : "" + `${item.command} ${item.params && item.params.keyword + ? "-" + item.params.keyword + : "" }` }}
@@ -58,7 +42,7 @@
- -