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

This commit is contained in:
2026-09-08 15:38:10 +08:00
parent 2bc9ef84b9
commit 251d3bac7d
7 changed files with 705 additions and 17 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;