open auth portal

This commit is contained in:
2025-11-26 00:52:53 +08:00
parent b22fdac39c
commit 6fe397e868
9 changed files with 228 additions and 14 deletions

View File

@@ -25,10 +25,15 @@ serde_json = "1"
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
tauri-plugin-global-shortcut = "2"
tauri-plugin-positioner = "2"
reqwest = { version = "0.12.23", features = ["json", "native-tls"] }
reqwest = { version = "0.12.23", features = ["json", "native-tls", "blocking"] }
ts-rs = "11.0.1"
device_query = "4.0.1"
once_cell = "1.21.3"
dotenvy = "0.15.7"
keyring = { version = "3", features = ["apple-native", "windows-native", "sync-secret-service"] }
url = "2.5.7"
rand = "0.9.2"
sha2 = "0.10.9"
base64 = "0.22.1"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-global-shortcut = "2"