隐藏控制台窗口 - 添加 windows_subsystem 属性

This commit is contained in:
xiaji
2026-03-30 16:52:59 +08:00
parent 2e7eac2c86
commit 4846b0fe4b
41 changed files with 130 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
#![windows_subsystem = "windows"]
use eframe::egui;
use std::process::{Command, Stdio};
use std::sync::mpsc::{channel, Receiver};