chore(release): release tauri v1.0.7

This commit is contained in:
Soybean
2024-04-26 08:56:30 +08:00
parent 4749b411bd
commit 68b66e5e0a
26 changed files with 3884 additions and 1 deletions

3
src-tauri/build.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
tauri_build::build()
}