mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-15 13:09: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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user