feat: 持久化 Sync 收件箱并在拉取时保留离线冲突

This commit is contained in:
2026-09-08 15:38:10 +08:00
parent b89b4a41da
commit 1db37014db
5 changed files with 698 additions and 16 deletions
+1
View File
@@ -10,6 +10,7 @@ mod runtime_compat;
pub mod session_lock;
#[cfg(feature = "desktop")]
pub mod sync_client;
pub mod sync_inbox;
pub mod sync_state;
pub mod workspace;
pub mod workspace_broker;