From 36e4ed800481b6a1be3bc26afa8db58175ceac85 Mon Sep 17 00:00:00 2001 From: ULTRACOMBOS-DEV Date: Fri, 26 Sep 2025 18:06:09 +0800 Subject: [PATCH] update --- vite/public/cuelist_0923.json | 11 +++++++++-- vite/src/pages/flow_free.jsx | 1 + 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/vite/public/cuelist_0923.json b/vite/public/cuelist_0923.json index 8f44eae..fd7f9c8 100644 --- a/vite/public/cuelist_0923.json +++ b/vite/public/cuelist_0923.json @@ -201,7 +201,10 @@ "status":"intro", "callback":"numpad", "nextcue": 102, - "numpad_type":"password" + "numpad_type":"password", + "hint":"請輸入四位數字\n確定輸入後,請按#", + "hint_time": 10, + "input_time":10 }, { "id": 102, @@ -216,7 +219,11 @@ "id": 103, "name": "Q103", "type": "chat", - "description": "DEBUG_MODE_CHAT" + "description": "DEBUG_MODE_CHAT", + "hint":"測試對話,請隨意說話", + "hint_time": 10, + "input_time":10, + "duration": 600 } ] } diff --git a/vite/src/pages/flow_free.jsx b/vite/src/pages/flow_free.jsx index ec41d6f..594c044 100644 --- a/vite/src/pages/flow_free.jsx +++ b/vite/src/pages/flow_free.jsx @@ -463,6 +463,7 @@ export function FreeFlow(){ switch(cue.callback){ case 'exportFile': + sendOsc(OSC_ADDRESS.HINT,''); exportFile(); break; // case 'fadeout':