using sse: schema to fetch in App

This commit is contained in:
lloydzhou
2024-09-28 01:19:39 +08:00
parent 23f2b6213c
commit d84d51b475
4 changed files with 149 additions and 40 deletions

View File

@@ -35,8 +35,12 @@ tauri = { version = "1.5.4", features = [ "http-all",
"window-start-dragging",
"window-unmaximize",
"window-unminimize",
"linux-protocol-headers",
] }
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
percent-encoding = "2.3.1"
reqwest = "0.11.18"
futures-util = "0.3.30"
[features]
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.