main
ULTRACOMBOS-DEV 2 months ago
parent 523afa74bc
commit 36e4ed8004
  1. 11
      vite/public/cuelist_0923.json
  2. 1
      vite/src/pages/flow_free.jsx

@ -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
}
]
}

@ -463,6 +463,7 @@ export function FreeFlow(){
switch(cue.callback){
case 'exportFile':
sendOsc(OSC_ADDRESS.HINT,'');
exportFile();
break;
// case 'fadeout':

Loading…
Cancel
Save