mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 19:30:17 +08:00
* Enhance update error logging and fix duplicate type import - Improve error logging in AppUpdater with more detailed error information and timestamps - Remove duplicate MCPServer type import in Inputbar component * feat(loader): optimize EpubLoader memory usage with file streams Replace in-memory arrays with file streams for EPUB processing to reduce memory consumption when handling large e-books. Use temporary files for chapter content, add completion logs, and ensure proper cleanup. This prevents memory overflow issues with large EPUB files (>5MB). |
||
|---|---|---|
| .. | ||
| loader | ||
| resources | ||
| services | ||
| utils | ||
| config.ts | ||
| constant.ts | ||
| electron.d.ts | ||
| env.d.ts | ||
| index.ts | ||
| ipc.ts | ||