修改保研倒计时时间
This commit is contained in:
parent
ab3430d61b
commit
fb1a78ec68
@ -205,7 +205,7 @@
|
||||
<div class="background-animation" id="backgroundAnimation"></div>
|
||||
|
||||
<div class="countdown-container">
|
||||
<h1 class="title">距离 2025年9月29日 还有</h1>
|
||||
<h1 class="title">距离 2025年9月25日 9:00 还有</h1>
|
||||
|
||||
<div class="countdown-display" id="countdownDisplay">
|
||||
<div class="time-unit">
|
||||
@ -230,8 +230,8 @@
|
||||
</div>
|
||||
|
||||
<script>
|
||||
// 目标日期:2025年9月29日
|
||||
const targetDate = new Date('2025-09-29T00:00:00').getTime();
|
||||
// 目标日期:2025年9月25日
|
||||
const targetDate = new Date('2025-09-25T09:00:00').getTime();
|
||||
|
||||
// 创建背景动画元素
|
||||
function createFloatingElements() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user