优化: F-09生成中新建对话不中断(决策e)

去中断弹窗+去generatingConvs.clear(对齐switchConversation真并发)+死key清理;vue-tsc
This commit is contained in:
2026-06-20 15:54:51 +08:00
parent e2ece2d898
commit 126bee5b24
6 changed files with 15 additions and 25 deletions

View File

@@ -160,7 +160,7 @@ defineProps<{
const emit = defineEmits<{
/** 折叠/展开会话侧栏(store.toggleSidebar,父转发保持 store 单一调用源) */
(e: 'toggle-sidebar'): void
/** 新建会话(父 confirmNewConversation 带二次确认) */
/** 新建会话(父 confirmNewConversation,F-09 决策e 直接新建无中断确认) */
(e: 'new-conversation'): void
/** 清空上下文(归档保留;父 handleClearContext) */
(e: 'clear-context'): void