chore: format

This commit is contained in:
2026-02-27 00:55:25 +01:00
parent 54958437c4
commit d11aae080a
10 changed files with 106 additions and 29 deletions

View File

@@ -36,7 +36,10 @@ export const useIntroStore = defineStore("intro", {
() => {
const now = new Date();
const isBirthday = now.getMonth() === 3 && now.getDate() === 25;
(isBirthday ? assets.audio.birthdayStartup : assets.audio.startUp).play();
(isBirthday
? assets.audio.birthdayStartup
: assets.audio.startUp
).play();
},
undefined,
delay,