diff --git a/www/app.js b/www/app.js index 83cb9e9..3b1ab61 100644 --- a/www/app.js +++ b/www/app.js @@ -287,6 +287,9 @@ function bindPageEvents() { // ==================== 对话页面 ==================== function renderChatsPage() { + // 只显示没有智能体的普通对话 + const normalConversations = conversations.filter(conv => !conv.agentId); + return `