두산 응원가 커버 4장 추가 (gpt-image-1 생성, 640px webp)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
d97023629e
commit
ea4d1ab746
BIN
frontend/public/thumbnail/BEAR ATTACK.webp
Normal file
BIN
frontend/public/thumbnail/BEAR ATTACK.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 70 KiB |
BIN
frontend/public/thumbnail/Bearz Day.webp
Normal file
BIN
frontend/public/thumbnail/Bearz Day.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
BIN
frontend/public/thumbnail/잠실 G-Thang.webp
Normal file
BIN
frontend/public/thumbnail/잠실 G-Thang.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 83 KiB |
BIN
frontend/public/thumbnail/잠실의 곰들.webp
Normal file
BIN
frontend/public/thumbnail/잠실의 곰들.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 102 KiB |
@ -29,10 +29,10 @@ export const PATH_PLAYLISTS: Record<string, Track[]> = {
|
||||
|
||||
// 두산 베어스 응원가 — 특정 경기가 아니라 두산(OB) 전 경기 공통 적용
|
||||
const DOOSAN_TRACKS: Track[] = [
|
||||
{ title: "잠실의 곰들", artist: "aio2o", src: "/audio/잠실의 곰들.mp3" },
|
||||
{ title: "BEAR ATTACK", artist: "aio2o", src: "/audio/BEAR ATTACK.mp3" },
|
||||
{ title: "잠실 G-Thang", artist: "aio2o", src: "/audio/잠실 G-Thang.mp3" },
|
||||
{ title: "Bearz Day", artist: "aio2o", src: "/audio/Bearz Day.mp3" },
|
||||
{ title: "잠실의 곰들", artist: "aio2o", src: "/audio/잠실의 곰들.mp3", cover: "/thumbnail/잠실의 곰들.webp" },
|
||||
{ title: "BEAR ATTACK", artist: "aio2o", src: "/audio/BEAR ATTACK.mp3", cover: "/thumbnail/BEAR ATTACK.webp" },
|
||||
{ title: "잠실 G-Thang", artist: "aio2o", src: "/audio/잠실 G-Thang.mp3", cover: "/thumbnail/잠실 G-Thang.webp" },
|
||||
{ title: "Bearz Day", artist: "aio2o", src: "/audio/Bearz Day.mp3", cover: "/thumbnail/Bearz Day.webp" },
|
||||
];
|
||||
|
||||
// 경로 → 트랙 목록. 정확일치(PATH_PLAYLISTS) 우선, 그 외 KBO 두산 경기
|
||||
|
||||
Loading…
Reference in New Issue
Block a user