Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljxi committed Jul 29, 2023
1 parent 9e3cfdf commit 74bf32b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ <h6><em class="icon ni ni-info"></em>出口地址</h6>
}
</script>

<script src='main.js?6'></script>
<script src='main.js?7'></script>
</body>

</html>
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async function cale() {
lsat_all_down = 0
document.getElementById('describe').innerText = '平均速度';

_hmt.push(['_trackEvent', '测速', '结束', testurl + ' ' + document.getElementById("total").innerText + " " + document.getElementById("speed").innerText, 0]);
_hmt.push(['_trackEvent', '测速', '结束', '' + document.getElementById("total").innerText + " " + document.getElementById("speed").innerText + " " + testurl, all_down_a]);
}
}

Expand Down

0 comments on commit 74bf32b

Please sign in to comment.