feat: 停止生成

This commit is contained in:
2026-03-25 17:28:30 +08:00
parent 9b51e2ea28
commit 20e4ba5a95
4 changed files with 76 additions and 2 deletions

View File

@@ -434,6 +434,7 @@
isPaused.value = true
isGenerating.value = false
abort?.abort()
MyEvent.emit('stopChat')
}
const handleRegenerate = async (aiMessage: any) => {