feat(admin): add award sound effect button
This commit is contained in:
@@ -22,6 +22,7 @@ const AUDIO_TRACKS: Record<string, string> = {
|
||||
bgm: '/screen/audio/bgm.mp3',
|
||||
lottery: '/screen/audio/lottery.mp3',
|
||||
fanfare: '/screen/audio/fanfare.mp3',
|
||||
award: '/screen/audio/award.mp3',
|
||||
};
|
||||
|
||||
export const useDisplayStore = defineStore('display', () => {
|
||||
|
||||
Reference in New Issue
Block a user