mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-08-15 15:40:38 +02:00
Add files via upload
This commit is contained in:
@@ -7330,6 +7330,11 @@ async function renameConversation() {
|
||||
}
|
||||
}
|
||||
|
||||
// 同步更新顶栏正在运行的任务名称
|
||||
if (typeof updateActiveTaskConversationTitle === 'function') {
|
||||
updateActiveTaskConversationTitle(convId, newTitle.trim());
|
||||
}
|
||||
|
||||
// 重新加载对话列表
|
||||
loadConversationsWithGroups();
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user