Add files via upload

This commit is contained in:
公明
2026-06-29 16:16:59 +08:00
committed by GitHub
parent 39f1c72755
commit e1a74b29b1
3 changed files with 35 additions and 4 deletions
+5
View File
@@ -7330,6 +7330,11 @@ async function renameConversation() {
}
}
// 同步更新顶栏正在运行的任务名称
if (typeof updateActiveTaskConversationTitle === 'function') {
updateActiveTaskConversationTitle(convId, newTitle.trim());
}
// 重新加载对话列表
loadConversationsWithGroups();
} catch (error) {