diff --git a/desktop/src/components/RightPanel.tsx b/desktop/src/components/RightPanel.tsx index d2c85c5..51cc828 100644 --- a/desktop/src/components/RightPanel.tsx +++ b/desktop/src/components/RightPanel.tsx @@ -398,19 +398,31 @@ export function RightPanel({ simpleMode = false }: RightPanelProps) { )} - {/* 消息统计 */} -
-
- - {messageCount} 条消息 - | - {userMsgCount} 用户 / {assistantMsgCount} 助手 + {/* 消息统计 — butler tab 时显示管家专用摘要 */} + {activeTab === 'butler' ? ( +
+
+ 管家模式 +
+
+ {connected ? : } + {runtimeSummary} +
-
- {connected ? : } - {runtimeSummary} + ) : ( +
+
+ + {messageCount} 条消息 + | + {userMsgCount} 用户 / {assistantMsgCount} 助手 +
+
+ {connected ? : } + {runtimeSummary} +
-
+ )}
{activeTab === 'memory' ? (