修改倒计时时间
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Zkitefly 2025-07-21 23:22:46 +08:00 committed by GitHub
parent 8c119ac17e
commit 4f178bd4ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ document.addEventListener('DOMContentLoaded', function() {
position: relative;
`;
let timeLeft = 30 ; // 倒计时秒数
let timeLeft = 10 ; // 倒计时秒数
const closeButton = document.createElement('button');
closeButton.textContent = '我已了解';
closeButton.style.cssText = `