feat:移除了弹窗,服务器添加sls

This commit is contained in:
2026-09-08 22:39:45 +08:00
commit 6a295f9a7a
4082 changed files with 1322534 additions and 0 deletions

View File

@ -0,0 +1,26 @@
[package]
name = "axolotl-installer-ui"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
publish = false
[build-dependencies]
embed-resource = "3.0.11"
[target."cfg(windows)".dependencies]
base64.workspace = true
native-dialog.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
tao = "0.35.3"
windows = { workspace = true, features = [
"Win32_Foundation",
"Win32_System_Threading",
"Win32_UI_Shell",
"Win32_UI_WindowsAndMessaging",
] }
wry = "0.55.1"
[lints]
workspace = true