diff --git a/vite/public/assets/ai/sfx-08-record-04-ai-06.mp3 b/vite/public/assets/ai/sfx-08-record-04-ai-06.mp3 index e6d79c5..6e21578 100644 Binary files a/vite/public/assets/ai/sfx-08-record-04-ai-06.mp3 and b/vite/public/assets/ai/sfx-08-record-04-ai-06.mp3 differ diff --git a/vite/public/cuelist_demo2.json b/vite/public/cuelist_demo2.json index a671603..cc26afa 100644 --- a/vite/public/cuelist_demo2.json +++ b/vite/public/cuelist_demo2.json @@ -133,7 +133,7 @@ "type": "phone", "description": "保留", "auto": false, - "nextcue": 6, + "nextcue": 5.6, "audioFile": "assets/ai/ai-07.mp3", "callback":"numpad", "numpad_type":"password", @@ -145,9 +145,17 @@ "type": "phone", "description": "刪除", "auto": false, + "nextcue": 5.6, "audioFile": "assets/ai/ai-08.mp3", "callback":"discard" }, + { + "id":5.6, + "name":"Q5.6", + "type":"phone", + "description":"end", + "auto": false + }, { "id": 6, "name": "Q6", diff --git a/vite/src/pages/flow_free.jsx b/vite/src/pages/flow_free.jsx index e26b565..6e45f4e 100644 --- a/vite/src/pages/flow_free.jsx +++ b/vite/src/pages/flow_free.jsx @@ -396,6 +396,7 @@ export function FreeFlow(){ } if(next){ + onStop(); console.log('Finish enter number, next cue:', next); playCue(cuelist.find(c => c.id === next)); }