main
ULTRACOMBOS-DEV 2 months ago
parent 6b88513026
commit 0880b49423
  1. 15
      vite/public/cuelist_0923.json
  2. 2
      vite/src/pages/flow_free.jsx

@ -54,17 +54,18 @@
"id": 4.1,
"name": "Q4.1",
"type": "phone",
"description": "輸入完成,請描述腦中的記憶畫面",
"description": "撥打音效",
"auto": false,
"audioFile": "assets/combine/Q4-1_撥打音效.mp3",
"loop": true,
"nextcue": 4.11
"nextcue": 4.11,
"fadeout":true
},
{
"id": 4.11,
"name": "Q4.11",
"type": "phone",
"description": "裝置啟動音效",
"description": "裝置啟動",
"auto": true,
"audioFile": "assets/combine/Q4-1-1.mp3",
"nextcue": 4.2,
@ -140,7 +141,7 @@
"audioFile": "assets/combine/Q5-4.mp3",
"callback":"numpad",
"numpad_type":"password",
"hint":"請輸入四位數密碼\n確定輸入後,請按#",
"hint":"請設定一組四位數密碼\n確定輸入後,請按#",
"hint_time": 7800,
"default_password":"0000"
},
@ -154,7 +155,7 @@
"audioFile": "assets/combine/Q5-5.mp3",
"callback":"numpad",
"numpad_type":"password",
"hint":"請輸入四位數密碼\n確定輸入後,請按#",
"hint":"請設定一組四位數密碼\n確定輸入後,請按#",
"hint_time": 7900,
"default_password":"0000"
},
@ -176,8 +177,8 @@
"auto": false,
"audioFile": "assets/combine/Q6_管家announce_0919.mp3",
"layer":"announce",
"fadeout": true,
"callback":"exportFile"
"fadeoutBg":true,
"fadeout": true
},
{
"id": 7,

@ -352,7 +352,7 @@ export function FreeFlow(){
setChatStatus(ChatStatus.User);
//sendMessage(null, false, false, null); // Send initial message with voice
//setChatWelcome(true);
resetData(); // Reset data for new conversation
//resetData(); // Reset data for new conversation
break;
case 'summary':

Loading…
Cancel
Save