Skip to content

Commit 1024947

Browse files
committed
add meidi video&audio
1 parent e83a69c commit 1024947

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

public/audios/meidi.mp3

196 KB
Binary file not shown.

public/videos/meidi-eat.webm

3.31 MB
Binary file not shown.

src/components/config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,21 @@ export const config = {
2424
dragSensitivity: 0.15,
2525
snapDuration: 0.8,
2626
mediaPages: {
27+
'1': ['video', 'audio'],
2728
'2': ['video', 'audio'],
2829
'3': ['video', 'audio'],
2930
} as Record<string, ('video' | 'audio')[]>
3031
};
3132

3233
export const assets = {
3334
audios: {
35+
'1': asset('audios/meidi.mp3'),
3436
'2': asset('audios/jojo.m4a'),
3537
'3': asset('audios/pupu.m4a'),
3638
} as Record<string, string>,
3739
videos: {
3840
'2': asset('videos/jojo-play.webm'),
41+
'1': asset('videos/meidi-eat.webm'),
3942
'3': asset('videos/pupu-daze.webm'),
4043
} as Record<string, string>,
4144
icons: {

0 commit comments

Comments
 (0)