Feat(fortune): Trigger matrix background animation everytime

This commit is contained in:
lifeadventurer
2025-03-02 22:52:31 +08:00
parent be8b5d30d7
commit 4aea482750

View File

@@ -350,7 +350,7 @@ async function init_page() {
now_date.getDate() === last_date.getDate()
) {
fortune_generated = true;
Appear();
Update();
}
}
}