权限控制增加

优化ipv4、ipv6流量展示
This commit is contained in:
gaoyutao
2025-12-08 19:23:53 +08:00
parent cd8cafaf3f
commit 1f133e8c05
68 changed files with 452 additions and 611 deletions
@@ -213,7 +213,7 @@ public class DataProcessUtil {
*/
public String bytesToBits(String speed) {
if (speed == null || speed.trim().isEmpty()) {
return "0";
return null;
}
String cleanedSpeed = speed.trim();