Update tracker-dev.js

This commit is contained in:
Hansjakob R. Florian 2025-04-10 21:54:28 +08:00 committed by GitHub
parent b8879c238d
commit 0771c54e6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,5 +77,5 @@ document.addEventListener('DOMContentLoaded', () => {
};
setTimeout(collectData, 300);
# 延迟300ms错开稳定版
// 延迟300ms错开稳定版
});