chore: format
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user