feat: reimplement enhanced mode

This commit is contained in:
GyDi
2022-08-09 21:15:55 +08:00
committed by GitHub
parent a68eb4a73e
commit 38effaf740
3 changed files with 297 additions and 32 deletions

View File

@@ -33,6 +33,7 @@ tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
reqwest = { version = "0.11", features = ["json"] }
tauri = { version = "1.0.0", features = ["process-all", "shell-all", "system-tray", "updater", "window-all"] }
quick-js = { version = "0.4.1" }
window-shadows = { version = "0.1" }
window-vibrancy = { version = "0.1" }