refactor: rm code

This commit is contained in:
GyDi
2022-11-17 23:21:13 +08:00
parent 5a35c5b928
commit f24cbb6692
5 changed files with 5 additions and 548 deletions

View File

@@ -12,8 +12,6 @@ use std::time::Duration;
use std::{env::current_exe, process::Command as StdCommand};
use tokio::time::sleep;
const SERVICE_NAME: &str = "clash_verge_service";
const SERVICE_URL: &str = "http://127.0.0.1:33211";
#[derive(Debug, Deserialize, Serialize, Clone)]