mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-07-23 13:00:18 +08:00
This commit is contained in:
parent
8c119ac17e
commit
4f178bd4ec
@ -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 = `
|
||||
|
Loading…
Reference in New Issue
Block a user