feat: 添加持久化 Rust Sync 上传队列与 HTTP 传输

This commit is contained in:
2026-09-08 15:25:49 +08:00
parent 495cc4a24e
commit b89b4a41da
6 changed files with 841 additions and 7 deletions
+3
View File
@@ -8,5 +8,8 @@ pub mod request_lifecycle;
mod runtime_compat;
#[cfg(windows)]
pub mod session_lock;
#[cfg(feature = "desktop")]
pub mod sync_client;
pub mod sync_state;
pub mod workspace;
pub mod workspace_broker;