feat: 添加加密凭据恢复与 Windows 会话撤销

This commit is contained in:
2026-09-08 14:46:30 +08:00
parent a7c4261ccd
commit db2038f042
12 changed files with 554 additions and 56 deletions
+2
View File
@@ -6,4 +6,6 @@ pub mod recent;
#[cfg(feature = "desktop")]
pub mod request_lifecycle;
mod runtime_compat;
#[cfg(windows)]
pub mod session_lock;
pub mod workspace;