cherry-studio/packages/shared/config
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
..
constant.ts feat: Implement occupied directories handling during data copy (#7485) 2025-06-25 00:39:28 +08:00
languages.ts refactor: hard-coded language map (#7360) 2025-06-19 17:13:29 +08:00
nutstore.ts feat: nutstore integration (#3461) 2025-03-25 11:40:11 +08:00
types.ts feat: knowledge base support more file types (#1300) 2025-02-13 11:36:33 +08:00