Ver Fonte

Update index.html

MortyFx há 1 ano atrás
pai
commit
8122af08d8
1 ficheiros alterados com 1 adições e 1 exclusões
  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);}