We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fef3c commit 9f4f866Copy full SHA for 9f4f866
1 file changed
src/spider.rs
@@ -83,7 +83,7 @@ impl Information {
83
output
84
}
85
pub fn running_json(&self) -> String {
86
- if self.func == *"\"vmess\"" {
+ if self.func == *"vmess" {
87
format!(
88
"{{
89
\"inbounds\":[{{
@@ -102,7 +102,7 @@ impl Information {
102
\"address\": \"{}\",
103
\"port\":{},
104
\"users\":[{{
105
- \"alterId\": \"{}\",
+ \"alterId\": {},
106
\"id\":\"{}\"
107
}}]
108
@@ -431,7 +431,7 @@ impl Information {
431
432
fn get_the_link(&self) -> String {
433
let mut temp = String::new();
434
435
temp.push_str(&format!(
436
"vmess://{}:{}-{}@{}:{}/#{}",
437
self.net.clone(),
0 commit comments