From e438d41afe9896ae11d106a2af0e6477151a3a23 Mon Sep 17 00:00:00 2001 From: zhanghao <774378400@qq.com> Date: Tue, 3 Feb 2026 09:41:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=94=B9=E9=BA=A6=E5=85=8B?= =?UTF-8?q?=E9=A3=8Eaction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/flow/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/flow/config.js b/src/views/flow/config.js index 37fb805..0dcf376 100644 --- a/src/views/flow/config.js +++ b/src/views/flow/config.js @@ -294,7 +294,7 @@ export const collapseList = [ name: "停止麦克风", type: "serviceNode", desc: "用于停止麦克风的节点", - action: 'MICROPHONE_END', + action: 'MICROPHONE_STOP', nodeType: 'EDGE', nodeParams: [ { name: "deviceId", type: "input", input: "", componentType: 'select', selectOptions: audioOptions(), disabled: true }