fix: resolve freeze issue caused by rapid "Proxy Mode" switching on homepage

This commit is contained in:
wonfen
2025-04-10 11:34:27 +08:00
parent 843f40d7d5
commit 5fcea4c684
6 changed files with 18 additions and 6 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -1042,7 +1042,7 @@ dependencies = [
[[package]]
name = "clash-verge"
version = "2.2.3"
version = "2.2.4-alphas"
dependencies = [
"ab_glyph",
"aes-gcm",

View File

@@ -1,6 +1,6 @@
[package]
name = "clash-verge"
version = "2.2.3"
version = "2.2.4-alphas"
description = "clash verge"
authors = ["zzzgydi", "wonfen", "MystiPanda"]
license = "GPL-3.0-only"

View File

@@ -1,5 +1,5 @@
{
"version": "2.2.3",
"version": "2.2.4-alpha",
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"bundle": {
"active": true,