chore: update required service version

This commit is contained in:
wonfen 2025-03-23 00:16:32 +08:00
parent 8aabcd77a5
commit a345b54a77
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@
- 修复 MacOS 无法使用快捷键粘贴/选择/复制订阅地址。 - 修复 MacOS 无法使用快捷键粘贴/选择/复制订阅地址。
- 修复 代理端口设置同步问题。 - 修复 代理端口设置同步问题。
- 修复 Linux 无法与 Mihomo 核心 和 ClashVergeRev 服务通信。 - 修复 Linux 无法与 Mihomo 核心 和 ClashVergeRev 服务通信。
- 增加 服务器模式下启动mihomo内核的时候查找并停止其他已经存在的内核进程防止内核假死等问题带来的通信失败。
3. **界面** 3. **界面**
- 修复 连接详情卡没有跟随主题色 - 修复 连接详情卡没有跟随主题色

View File

@ -7,7 +7,7 @@ use tokio::time::Duration;
// Windows only // Windows only
const SERVICE_URL: &str = "http://127.0.0.1:33211"; const SERVICE_URL: &str = "http://127.0.0.1:33211";
const REQUIRED_SERVICE_VERSION: &str = "1.0.2"; // 定义所需的服务版本号 const REQUIRED_SERVICE_VERSION: &str = "1.0.3"; // 定义所需的服务版本号
#[derive(Debug, Deserialize, Serialize, Clone)] #[derive(Debug, Deserialize, Serialize, Clone)]
pub struct ResponseBody { pub struct ResponseBody {