fix: windows ipc errors

This commit is contained in:
wonfen
2025-05-09 01:29:10 +08:00
parent 7370f00857
commit b5b65ac8c5
4 changed files with 8 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ use std::{
time::{SystemTime, UNIX_EPOCH},
};
const REQUIRED_SERVICE_VERSION: &str = "1.0.7"; // 定义所需的服务版本号
const REQUIRED_SERVICE_VERSION: &str = "1.0.8"; // 定义所需的服务版本号
// 限制重装时间和次数的常量
const REINSTALL_COOLDOWN_SECS: u64 = 300; // 5分钟冷却期