Skip to content

Commit

Permalink
Update speedtest.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Eternity-Sky committed Dec 7, 2024
1 parent 70f8f01 commit c377965
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion speedtest.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,10 @@ document.addEventListener('click', (e) => {
`).join('');
});
}
if (e.target.classList.contains('reaction-btn')) {
window.open('https://github.com/Eternity-Sky/Github_Proxy/issues', '_blank');
}
// ... 其他代码保持不变
});
});

</```rewritten_file>

0 comments on commit c377965

Please sign in to comment.