Feat(fortune): Trigger matrix background animation everytime (#60)

This commit was merged in pull request #60.
This commit is contained in:
Moon
2025-03-02 23:02:44 +08:00
committed by GitHub
parent be8b5d30d7
commit 237f0e1551

View File

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