[fix] newyear

This commit is contained in:
kwaroran
2024-01-01 00:02:19 +09:00
parent 151c7450d3
commit 0fb9beb5ea

View File

@@ -8,7 +8,7 @@
if (today.getMonth() === 11 && today.getDate() >= 19 && today.getDate() <= 25) {
specialDay = 'christmas'
}
if( today.getMonth() === 1 && today.getDate() < 4){
if( today.getMonth() === 0 && today.getDate() < 4){
specialDay = 'newYear'
}
let iconAnimation = 0