mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-30 23:19:36 +08:00
🐛 修复返回数据为 [true]
This commit is contained in:
719
src-tauri/Cargo.lock
generated
719
src-tauri/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -13,10 +13,10 @@ edition = "2021"
|
||||
tauri-build = { version = "1.4", features = [] }
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.37"
|
||||
chrono = "0.4.38"
|
||||
log = "0.4.21"
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
serde_json = "1.0.115"
|
||||
serde_json = "1.0.116"
|
||||
tauri = { version = "1.6.1", features = [ "shell-execute", "shell-open", "window-set-always-on-top", "window-set-fullscreen", "dialog-message", "process-exit", "fs-read-dir", "window-hide", "os-all", "clipboard-all", "dialog-open", "dialog-save", "fs-create-dir", "fs-remove-dir", "fs-write-file", "fs-remove-file", "fs-read-file", "path-all", "fs-exists", "window-close", "window-set-title", "window-unminimize", "window-show", "window-set-focus", "http-request"] }
|
||||
tauri-utils = "1.5.3"
|
||||
url = "2.5.0"
|
||||
|
||||
Reference in New Issue
Block a user