fix: 串行化凭据所有权并响应桌面请求取消

This commit is contained in:
2026-09-08 13:16:11 +08:00
parent bd4b870078
commit a7c4261ccd
17 changed files with 714 additions and 115 deletions
+2
View File
@@ -3,5 +3,7 @@
pub mod core;
pub mod credentials;
pub mod recent;
#[cfg(feature = "desktop")]
pub mod request_lifecycle;
mod runtime_compat;
pub mod workspace;