mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 10:40:07 +08:00
* feat: implement store synchronization across windows - Added new IPC channels for store synchronization: StoreSync_Subscribe, StoreSync_Unsubscribe, StoreSync_OnUpdate, and StoreSync_BroadcastSync. - Integrated store sync service in various components, including the main IPC handler and renderer store. - Removed the MiniWindowReload IPC channel as it was no longer needed. - Updated the store configuration to support synchronization of specific state slices. * refactor: remove custom CSS functionality from IPC and related components - Removed the App_SetCustomCss channel and associated handlers from the IPC and ConfigManager. - Updated the renderer components to eliminate references to custom CSS settings. - Refactored the MiniWindow component to manage custom CSS directly without IPC communication. |
||
|---|---|---|
| .. | ||
| config | ||
| IpcChannel.ts | ||