浏览代码

Update index.html

MortyFx 1 年之前
父节点
当前提交
8122af08d8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      index.html

+ 1 - 1
index.html

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