Skip to content

Commit bbc0039

Browse files
authored
✨ update speedtest.js
1 parent da14617 commit bbc0039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speedtest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ document.addEventListener('click', (e) => {
121121
const input = document.querySelector('.input-group input');
122122
const select = document.getElementById('proxySelect');
123123
if (input.value && select.value) {
124-
const proxyUrl = `https://${select.value}/${input.value}`;
124+
const proxyUrl = `http://${select.value}/${input.value}`;
125125
window.open(proxyUrl);
126126
updateVisitCount(); // 增加访问计数
127127
}

0 commit comments

Comments
 (0)