Skip to content

Commit bdb6cfc

Browse files
committed
add ciscos music
1 parent 5d2808a commit bdb6cfc

4 files changed

Lines changed: 3 additions & 0 deletions

File tree

app/frontend/components/path/BgmPlayer.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import Frame from '@/components/shared/Frame'
44
const TRACKS = [
55
{ src: '/bgm/falling_into_the_sky__kale_wu.mp3', title: 'Falling Into The Sky', artist: 'Kale Wu' },
66
{ src: '/bgm/an_object_at_rest_jocy_lau.mp3', title: 'An Object at Rest', artist: 'Jocy Lau' },
7+
{ src: '/bgm/lights_go_off_cisco.mp3', title: 'Lights Go Off', artist: 'Cisco' },
8+
{ src: '/bgm/untitled_1_cisco.mp3', title: 'Untitled 1', artist: 'Cisco' },
9+
{ src: '/bgm/untitled_2_cisco.mp3', title: 'Untitled 2', artist: 'Cisco' },
710
]
811
const STORAGE_KEY = 'bgm-want'
912
const VOLUME_KEY = 'bgm-volume'

public/bgm/lights_go_off_cisco.mp3

5.58 MB
Binary file not shown.

public/bgm/untitled_1_cisco.mp3

2.49 MB
Binary file not shown.

public/bgm/untitled_2_cisco.mp3

5.54 MB
Binary file not shown.

0 commit comments

Comments
 (0)