wcs 5 years ago
parent
commit
83b1147ecd
3 changed files with 4 additions and 4 deletions
  1. 1 1
      details.html
  2. 3 3
      internet.html
  3. BIN
      releases/agv-summoner.apk

+ 1 - 1
details.html

@@ -325,7 +325,7 @@
 	     window.location.href = "remote.html"; //right
 	    }
 	    else if ( Math.abs(X) > Math.abs(Y) && X < 0 ) {
-	       window.location.href = "internet.html";  //left
+	       window.location.href = "index.html";  //left
 	    }
 	    else if ( Math.abs(Y) > Math.abs(X) && Y > 0) {
 	      return //bottom

+ 3 - 3
internet.html

@@ -21,10 +21,10 @@
 			<div class="mui-row">
 				<div class="mui-col mui-col-xs-12">
 					<div id="speed" style="height: 10%;width: 50%;padding-top: 10px;float: left;">
-						<img src="img/sd.png" style="margin-left: -80px;width: 13%;">
+						<img src="img/speed-high.png" style="margin-left: -80px;width: 13%;">
 					</div>
 					<div id="battery" style="height: 10%;width: 50%;padding-top: 10px;float: left;">
-						<img src="img/battery.png" style="margin-right: -80px;width: 23%;">
+						<img src="img/battery-100.png" style="margin-right: -80px;width: 23%;">
 					</div>
 				</div>
 				<div class="mui-col mui-col-xs-12">
@@ -47,7 +47,7 @@
 							<a style="color: #FFFFFF;font-size: 18px;">状态</a><br>
 						</div>
 						<div style="margin-left: 60px;margin-top: -55px;">
-							<img src="img/ds.png" width="60%">
+							<img src="img/liftstatus.png" width="60%">
 						</div>
 					</div>
 				</div>

BIN
releases/agv-summoner.apk