From d0b4d5d3b4f386effe02babdfd35c61b97d132ef Mon Sep 17 00:00:00 2001 From: CaptainB Date: Thu, 19 Sep 2024 11:48:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=AF=AD=E9=9F=B3?= =?UTF-8?q?=E6=92=AD=E6=94=BE=E6=B2=A1=E9=80=89=E4=B8=AD=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=99=A8=E6=92=AD=E6=94=BE=E4=B8=BA=E9=BB=98=E8=AE=A4=E5=80=BC?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1046703 --user=刘瑞斌 【应用编排】应用编排开启语音播放,默认应该选中浏览器播放 https://www.tapd.cn/57709429/s/1580874 --- ui/src/workflow/nodes/base-node/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/workflow/nodes/base-node/index.vue b/ui/src/workflow/nodes/base-node/index.vue index 4bda6668b..2fc66c844 100644 --- a/ui/src/workflow/nodes/base-node/index.vue +++ b/ui/src/workflow/nodes/base-node/index.vue @@ -373,6 +373,7 @@ onMounted(() => { }) } set(props.nodeModel.properties, 'input_field_list', inputFieldList) + set(props.nodeModel.properties.node_data, 'tts_type', 'BROWSER') getProvider() getTTSModel() getSTTModel()