1 add amap. 2 show logfile time. 3 add IPhone shortcuts.

This commit is contained in:
eatfishfish
2024-05-29 17:32:46 +08:00
parent c1f4be2af9
commit 33cf4d0dc5
6 changed files with 442 additions and 2 deletions
+9 -1
View File
@@ -126,6 +126,11 @@
recordOperationTime()
}
function showAmap(){
url = "/static/amap.html"
window.location = url;
}
function recordOperationTime(){
strSec = Math.floor(Date.now() / 1000)
localStorage.setItem("operationTime", strSec)
@@ -170,9 +175,12 @@
<div id="btnlist" style="display: none;text-align:center" title="" >
</br></br></br></br>
<input type="button" value="Log" class="button button1" onclick = "showlog();" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
<input type="button" value="AMap" class="button button1" onclick = "showAmap();" />
&nbsp;&nbsp;
<input type="button" value="Nav" class="button button1" onclick = "showNavigation();" />
</div>
</br></br></br></br>