From 4f178bd4ec9bde44e366e40b11e328c1f7d8e679 Mon Sep 17 00:00:00 2001 From: Zkitefly <64117916+zkitefly@users.noreply.github.com> Date: Mon, 21 Jul 2025 23:22:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=80=92=E8=AE=A1=E6=97=B6?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _docs/crash-support-group.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/crash-support-group.md b/_docs/crash-support-group.md index b728454..df5f67f 100644 --- a/_docs/crash-support-group.md +++ b/_docs/crash-support-group.md @@ -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 = `