feat:新增每个节点弹窗demo

This commit is contained in:
liyuanhu 2025-05-12 11:50:36 +08:00
parent a785561aa9
commit 46a53d7b46
2 changed files with 1596 additions and 1 deletions

View File

@ -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?);

File diff suppressed because it is too large Load Diff