From 49a11bc7419f160365289a5e79f6d12816b1be7c Mon Sep 17 00:00:00 2001 From: reng Date: Fri, 17 Oct 2025 11:34:11 +0800 Subject: [PATCH] add test print --- public/cuelist_1009.json | 7 +++++++ src/App.jsx | 3 ++- src/utils/constant.js | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/public/cuelist_1009.json b/public/cuelist_1009.json index 17c8154..a3bcb33 100644 --- a/public/cuelist_1009.json +++ b/public/cuelist_1009.json @@ -112,6 +112,13 @@ "lightCue":"fade_out_light", "clientCue":"Q103", "debug":true + },{ + "id": 0.3, + "name": "CQ104", + "type": "debug", + "description": "debug-print", + "clientCue":"Q104", + "debug":true } ] } diff --git a/src/App.jsx b/src/App.jsx index bc4193c..1348be3 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -374,8 +374,9 @@ function App() { {log?.timestamp} } + - + {cuelist?.filter(c => c.clientCue && !c.debug).map((c, index) => (