This commit is contained in:
fengchuanhn@gmail.com
2026-05-15 17:23:47 +08:00
commit bac4ced1fe
37 changed files with 6924 additions and 0 deletions

6
src-tauri/src/main.rs Normal file
View File

@@ -0,0 +1,6 @@
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
tauri_app_lib::run()
}