From 74bf32bf00d588869f35e59dc68a5b3ee4f0a2f8 Mon Sep 17 00:00:00 2001 From: Li-GanMa Date: Sat, 29 Jul 2023 11:24:14 +0800 Subject: [PATCH] 1 --- index.html | 2 +- main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d92dfa7..2c5003e 100644 --- a/index.html +++ b/index.html @@ -280,7 +280,7 @@
出口地址
} - + \ No newline at end of file diff --git a/main.js b/main.js index 49856f3..a4b62da 100644 --- a/main.js +++ b/main.js @@ -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]); } }