Skip to content

Commit

Permalink
更新 index.html
Browse files Browse the repository at this point in the history
2025/7/12倒计时,启动
  • Loading branch information
MFn233 authored Jul 15, 2024
1 parent 4fb18d7 commit c465ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

function countDown() {
// 创建目标时间对象
var target_time = new Date("2024/7/12 19:12:12");
var target_time = new Date("2025/7/12 19:12:12");
// 计算目标时间对象到当前时间的毫秒数
var reduce_ms = target_time.getTime() - Date.now();
// 返回需要的数据
Expand Down

0 comments on commit c465ebf

Please sign in to comment.