feat: 重构MCP功能和AI服务提供者架构

This commit is contained in:
xiamuceer-j
2026-01-09 17:13:19 +08:00
parent f3c224261d
commit 77c5489ff8
49 changed files with 4763 additions and 4307 deletions
+1 -1
View File
@@ -356,7 +356,7 @@ export function useChapterSync() {
message.progress || 0
);
}
} else if (message.type === 'content' && message.content) {
} else if ((message.type === 'content' || message.type === 'chunk') && message.content) {
fullContent += message.content;
if (onProgress) {
onProgress(fullContent);