fix: update required service version to 1.1.1

This commit is contained in:
Tunglies
2025-08-30 11:02:58 +08:00
parent eaaae3b393
commit 09f14c23e4

View File

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