From 9cac01e31d3546789af274ac235932c6bc90f91f Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Mon, 9 Feb 2026 17:06:44 +0800 Subject: [PATCH] Improve audio debug drawer --- web/pages/Assistants.tsx | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/web/pages/Assistants.tsx b/web/pages/Assistants.tsx index 42690dc..f6df0ad 100644 --- a/web/pages/Assistants.tsx +++ b/web/pages/Assistants.tsx @@ -2014,16 +2014,7 @@ export const DebugDrawer: React.FC<{
{mode === 'voice' ? (
-
- +
通话中 @@ -2051,14 +2042,24 @@ export const DebugDrawer: React.FC<{
)} -
)}
+ {mode === 'voice' && ( +
+ +
+ )}
{mode === 'text' && textSessionStarted && ( )} + {mode === 'voice' && callStatus === 'active' && ( + + )} setInputText(e.target.value)}