feat: 更改麦克风action

This commit is contained in:
zhanghao 2026-02-03 09:41:33 +08:00
parent fca64b5d32
commit e438d41afe

View File

@ -294,7 +294,7 @@ export const collapseList = [
name: "停止麦克风", name: "停止麦克风",
type: "serviceNode", type: "serviceNode",
desc: "用于停止麦克风的节点", desc: "用于停止麦克风的节点",
action: 'MICROPHONE_END', action: 'MICROPHONE_STOP',
nodeType: 'EDGE', nodeType: 'EDGE',
nodeParams: [ nodeParams: [
{ name: "deviceId", type: "input", input: "", componentType: 'select', selectOptions: audioOptions(), disabled: true } { name: "deviceId", type: "input", input: "", componentType: 'select', selectOptions: audioOptions(), disabled: true }