mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-15 08:29:40 +08:00
commit
d6e7234395
@ -390,7 +390,7 @@ const commonContext = {
|
||||
}
|
||||
const grt = new Date(loveTime)
|
||||
setInterval(function () {
|
||||
let now = Date.now()
|
||||
let now = new Date(Date.now())
|
||||
let difference = parseInt((now - grt) / 1000)
|
||||
let seconds = difference % 60
|
||||
difference = parseInt(difference / 60)
|
||||
@ -654,4 +654,4 @@ let timeLifeHour = -1
|
||||
omits.forEach((c) => commonContext[c] && commonContext[c]())
|
||||
$('html').addClass('ready')
|
||||
})
|
||||
})()
|
||||
})()
|
||||
|
Loading…
x
Reference in New Issue
Block a user