优化mtr探测策略、增加ipv6相关字段

This commit is contained in:
gaoyutao
2025-12-01 18:15:46 +08:00
parent ed6c0a4c80
commit 7d26d2fb3b
10 changed files with 150 additions and 212 deletions
@@ -206,12 +206,7 @@ public class EchartsDataUtils {
return "";
}
// 其他字段:第一个点补0,其他点补null
if (timeIndex == 0) {
return 0;
} else {
return null;
}
return null;
}
/**