fix(desktop): hide release console window

This commit is contained in:
2026-07-25 20:29:16 +08:00
parent 81ffe64446
commit 563e0fe115

View File

@@ -1,3 +1,5 @@
#![cfg_attr(all(windows, not(debug_assertions)), windows_subsystem = "windows")]
fn main() {
senlinai_app_lib::run();
}