chore:打包测试

This commit is contained in:
JefferyHcool
2025-06-19 16:20:32 +08:00
parent d92cc4a977
commit 3b3e6b86f3
13 changed files with 5425 additions and 2 deletions

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() {
app_lib::run();
}