Browse Source

Update index.html

MortyFx 1 year ago
parent
commit
8122af08d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -66,7 +66,7 @@ function initUI(){
 	I("ulText").textContent="";
 	I("pingText").textContent="";
 	I("jitText").textContent="";
-	I("ip").textContent="测速后获取";
+	I("ip").textContent="";
 }
 
 function I(id){return document.getElementById(id);}