diff --git a/src/pages/TaskAssistant.tsx b/src/pages/TaskAssistant.tsx index 45f2c22..3de904f 100644 --- a/src/pages/TaskAssistant.tsx +++ b/src/pages/TaskAssistant.tsx @@ -207,8 +207,8 @@ function ChatPage() { style={{ backgroundColor: msg.role === 'user' ? token.colorPrimary : token.colorSuccess, flexShrink: 0 }} />
{/* Thinking — auto expand during streaming */} - {msg.thinking && ( - 思考过程{msg.streaming ? : null}, children:
{msg.thinking}
, }]} style={{ marginBottom: 8, background: 'transparent' }} />