Compare commits
1 Commits
48d61a1e15
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5928703d80 |
@@ -66,7 +66,7 @@ export const useAdminStore = defineStore('admin', () => {
|
|||||||
|
|
||||||
// Music State
|
// Music State
|
||||||
const musicPlaying = ref(false);
|
const musicPlaying = ref(false);
|
||||||
const musicTrack = ref<'bgm' | 'lottery' | 'fanfare' | 'award' | 'none'>('none');
|
const musicTrack = ref<'bgm' | 'lottery' | 'fanfare' | 'award' | 'horse' | 'none'>('none');
|
||||||
|
|
||||||
// UI State
|
// UI State
|
||||||
const pendingAction = ref<string | null>(null);
|
const pendingAction = ref<string | null>(null);
|
||||||
|
|||||||
Reference in New Issue
Block a user