mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 06:33:45 +08:00
chore: update required service version
This commit is contained in:
parent
8aabcd77a5
commit
a345b54a77
@ -18,6 +18,7 @@
|
|||||||
- 修复 MacOS 无法使用快捷键粘贴/选择/复制订阅地址。
|
- 修复 MacOS 无法使用快捷键粘贴/选择/复制订阅地址。
|
||||||
- 修复 代理端口设置同步问题。
|
- 修复 代理端口设置同步问题。
|
||||||
- 修复 Linux 无法与 Mihomo 核心 和 ClashVergeRev 服务通信。
|
- 修复 Linux 无法与 Mihomo 核心 和 ClashVergeRev 服务通信。
|
||||||
|
- 增加 服务器模式下启动mihomo内核的时候查找并停止其他已经存在的内核进程,防止内核假死等问题带来的通信失败。
|
||||||
3. **界面**
|
3. **界面**
|
||||||
- 修复 连接详情卡没有跟随主题色
|
- 修复 连接详情卡没有跟随主题色
|
||||||
|
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user