优化: F-09生成中新建对话不中断(决策e)
去中断弹窗+去generatingConvs.clear(对齐switchConversation真并发)+死key清理;vue-tsc✅
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user