修改倒计时时间
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
+1 -1
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 = `