feat(sync): 持久化类型化主题与编辑器偏好并支持草稿恢复

This commit is contained in:
2026-09-08 19:54:24 +08:00
parent 50c697dcb8
commit 98fcb4330f
18 changed files with 663 additions and 15 deletions
+1
View File
@@ -3,6 +3,7 @@
pub mod core;
pub mod credentials;
mod payloads;
mod preference_records;
pub mod recent;
pub mod records;
#[cfg(feature = "desktop")]