Browse Source

地图站点过滤;更新APP

wcs 5 years ago
parent
commit
da04cb6a2c
2 changed files with 1 additions and 1 deletions
  1. 1 1
      index.html
  2. BIN
      releases/agv-summoner.apk

+ 1 - 1
index.html

@@ -283,7 +283,7 @@
 			$.get(url + "/map/getStations/" + mapid, function(data) {
 				trs = "";
 				for (i in data) {
-					if (data[i].Name != "") {
+					if (data[i].Name != "" && data[i].Name != "rect") {
 						trs += '<div class="mui-col mui-col-xs-3" drag-id="' + data[i].Id + '">' +
 							'<button type="button" class="mui-btn mui-btn-royal mui-btn-block" name="stbtn" id="' + data[i].Id +
 							'" value="' + data[i].Id + '">' +

BIN
releases/agv-summoner.apk