feat:新增每个节点弹窗demo
This commit is contained in:
parent
a785561aa9
commit
46a53d7b46
@ -73,7 +73,7 @@ pub async fn get_nodes_update(config: CoreConfig) -> Result<Vec<ProxyNodeInfo>>
|
||||
|
||||
if response.status().is_success() {
|
||||
let result: GetNodesResponse = response.json().await?;
|
||||
info!("Successfully got nodes: {:?}", result.data);
|
||||
debug!("Successfully got nodes: {:?}", result.data);
|
||||
Ok(result.data)
|
||||
} else {
|
||||
debug!("Failed to get nodes: {}", response.text().await?);
|
||||
|
||||
1595
src/pages/anti-forensics-forwarding/components/world-geo copy 3.tsx
Normal file
1595
src/pages/anti-forensics-forwarding/components/world-geo copy 3.tsx
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user