first commit

This commit is contained in:
root
2025-07-10 09:41:40 +08:00
commit 7d72e07639
58 changed files with 7492 additions and 0 deletions

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

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