feat(projects): release v1.0.1 tauri branch

This commit is contained in:
Soybean
2024-04-03 00:24:55 +08:00
parent 0fbb00cee1
commit d693c36b0b
26 changed files with 3883 additions and 1 deletions

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

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