This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
clash-verge-rev-lite
Watch
1
Star
0
Fork
0
You've already forked clash-verge-rev-lite
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
11
Wiki
Activity
Files
baebce4aaddc5bf82ec65544841d969ce771a512
clash-verge-rev-lite
/
src-tauri
/
src
History
Tunglies
fefc5c23fd
fix: simplify error handling in change_clash_core and validate_dns_config functions
2025-10-14 11:48:53 +08:00
..
cmd
fix: simplify error handling in change_clash_core and validate_dns_config functions
2025-10-14 11:48:53 +08:00
config
Refactor string handling to use
into()
instead of
to_string()
for improved performance and consistency across the codebase. This change affects various modules including
app.rs
,
clash.rs
,
config.rs
,
core.rs
,
service.rs
, and others, ensuring that string conversions are streamlined and more idiomatic.
2025-10-14 09:26:20 +08:00
core
Refactor string handling to use
into()
instead of
to_string()
for improved performance and consistency across the codebase. This change affects various modules including
app.rs
,
clash.rs
,
config.rs
,
core.rs
,
service.rs
, and others, ensuring that string conversions are streamlined and more idiomatic.
2025-10-14 09:26:20 +08:00
enhance
fix: linux tun timeout (
#4993
)
2025-10-09 15:09:17 +08:00
feat
Refactor string handling to use
into()
instead of
to_string()
for improved performance and consistency across the codebase. This change affects various modules including
app.rs
,
clash.rs
,
config.rs
,
core.rs
,
service.rs
, and others, ensuring that string conversions are streamlined and more idiomatic.
2025-10-14 09:26:20 +08:00
module
Refactor logging macros to remove print control parameter
2025-10-10 13:05:37 +08:00
process
feat: add clash_verge_logger and clash_verge_service_ipc dependencies; refactor logging and process management
2025-10-08 18:06:11 +08:00
utils
Refactor string handling to use
into()
instead of
to_string()
for improved performance and consistency across the codebase. This change affects various modules including
app.rs
,
clash.rs
,
config.rs
,
core.rs
,
service.rs
, and others, ensuring that string conversions are streamlined and more idiomatic.
2025-10-14 09:26:20 +08:00
lib.rs
feat: support for reopen app via desktop shortcuts (
#5037
)
2025-10-12 22:55:40 +08:00
main.rs
Refactor string handling to use
into()
instead of
to_string()
for improved performance and consistency across the codebase. This change affects various modules including
app.rs
,
clash.rs
,
config.rs
,
core.rs
,
service.rs
, and others, ensuring that string conversions are streamlined and more idiomatic.
2025-10-14 09:26:20 +08:00