feat: 添加前后端交互的示例代码

This commit is contained in:
2024-12-08 02:03:27 +08:00
parent 601b373593
commit f8ec30acfc
24 changed files with 1473 additions and 630 deletions

View File

@@ -23,4 +23,6 @@ tauri-plugin-shell = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2.0.4"
bitflags = "2.6.0"
memmap = "0.7.0"