feat: 暂存工作区载荷并捕获外部 Sync 变更

This commit is contained in:
2026-09-08 16:15:09 +08:00
parent 91ef49442d
commit f08a338ece
11 changed files with 589 additions and 35 deletions
+2
View File
@@ -2,6 +2,7 @@
pub mod core;
pub mod credentials;
mod payloads;
pub mod recent;
#[cfg(feature = "desktop")]
pub mod request_lifecycle;
@@ -12,6 +13,7 @@ pub mod session_lock;
pub mod sync_auth;
#[cfg(feature = "desktop")]
pub mod sync_client;
pub mod sync_discovery;
pub mod sync_inbox;
pub mod sync_resolution;
pub mod sync_state;