cherry-studio/src/main
beyondkmp 3640d846b9
feat: Implement occupied directories handling during data copy (#7485)
* feat: Implement occupied directories handling during data copy

- Added `occupiedDirs` constant to manage directories that should not be copied.
- Enhanced the `copyOccupiedDirsInMainProcess` function to copy occupied directories to a new app data path in the main process.
- Updated IPC and preload APIs to support passing occupied directories during the copy operation.
- Modified the DataSettings component to utilize the new copy functionality with occupied directories.

* fix: Improve occupied directories handling during data copy

- Updated the filter logic in the `registerIpc` function to resolve directory paths correctly.
- Modified the `DataSettings` component to pass the correct occupied directories format during the copy operation.
2025-06-25 00:39:28 +08:00
..
configs fix(SelectionAssistant): add explorer.exe to filterlist 2025-06-06 17:32:16 +08:00
embeddings Feat: Allows setting the vector dimension of the knowledge base embedding model (#7025) 2025-06-11 11:52:15 +08:00
integration/nutstore/sso/lib build: remove sentry integration 2025-04-24 11:48:53 +08:00
loader feat(FileStorage): add support for .doc files using word-extractor (#7374) 2025-06-23 08:55:03 +08:00
mcpServers feat(mcpServers): Add a thought field to sequential thinking mcp server (#7465) 2025-06-23 15:27:20 +08:00
reranker fix: support tei (#7239) 2025-06-16 23:52:29 +08:00
services feat(ContextMenu): add spell check and dictionary suggestions to context menu (#7067) 2025-06-23 21:19:21 +08:00
utils feat(FileStorage): add support for .doc files using word-extractor (#7374) 2025-06-23 08:55:03 +08:00
bootstrap.ts feat: Implement occupied directories handling during data copy (#7485) 2025-06-25 00:39:28 +08:00
config.ts feat: Add app data path selection and relaunch functionality (#6096) 2025-06-18 17:39:26 +08:00
constant.ts feat: support portable config dir (#5039) 2025-04-24 17:23:56 +08:00
electron.d.ts feat: add the ability to display the application in tray #297 2024-11-09 08:42:09 +08:00
env.d.ts feat: added vite_main_bundle_id config and improved code cleanliness 2024-09-15 10:35:02 +08:00
index.ts fix: 修复数据目录迁移的bug (#7386) 2025-06-22 10:32:23 +08:00
ipc.ts feat: Implement occupied directories handling during data copy (#7485) 2025-06-25 00:39:28 +08:00