エイプリルフールの式評価を高速化

This commit is contained in:
ThinaticSystem 2022-04-01 17:06:08 +09:00
parent 47ac20d027
commit e5b3ccc97b

View File

@ -76,7 +76,7 @@ const tick = () => {
const ny = now.getFullYear();
year.value = ny;
if (nm + 1 === 4 && nd === 1) { //
if (nd === 1 && nm + 1 === 4) { //
month.value = 3;
day.value = 32;
} else { //