Skip to content

Commit

Permalink
fix: 주점 영업 시간 분리
Browse files Browse the repository at this point in the history
  • Loading branch information
flareseek committed Sep 23, 2024
1 parent 42e4029 commit 4ef0bf9
Showing 1 changed file with 45 additions and 9 deletions.
54 changes: 45 additions & 9 deletions src/pages/Timetable/timeTableInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -435,37 +435,73 @@ export const timeTableInfo: timeTableInfoProps[] = [
endTime: new Date("2024-09-25 24:00"),
},
{
title: "주점 개시",
title: "미래광장 주점 운영",
description: "",
descriptionShow: false,
artist: [futurePubInfo, sixtyPubInfo],
artist: [futurePubInfo],
date: new Date("2024-09-23"),
startTime: new Date("2024-09-23 18:00"),
endTime: new Date("2024-09-24 00:00"),
},
{
title: "60주년기념관 주점 운영",
description: "",
descriptionShow: false,
artist: [sixtyPubInfo],
date: new Date("2024-09-23"),
startTime: new Date("2024-09-23 18:00"),
endTime: new Date("2024-09-24 01:00"),
},
{
title: "주점 개시",
title: "미래광장 주점 운영",
description: "",
descriptionShow: false,
artist: [futurePubInfo, sixtyPubInfo],
artist: [futurePubInfo],
date: new Date("2024-09-24"),
startTime: new Date("2024-09-24 18:00"),
endTime: new Date("2024-09-25 00:00"),
},
{
title: "60주년기념관 주점 운영",
description: "",
descriptionShow: false,
artist: [sixtyPubInfo],
date: new Date("2024-09-24"),
startTime: new Date("2024-09-24 18:00"),
endTime: new Date("2024-09-25 01:00"),
},
{
title: "주점 개시",
title: "미래광장 주점 운영",
description: "",
descriptionShow: false,
artist: [futurePubInfo, sixtyPubInfo],
artist: [futurePubInfo],
date: new Date("2024-09-25"),
startTime: new Date("2024-09-25 18:00"),
endTime: new Date("2024-09-25 01:00"),
endTime: new Date("2024-09-26 00:00"),
},
{
title: "60주년기념관 주점 운영",
description: "",
descriptionShow: false,
artist: [sixtyPubInfo],
date: new Date("2024-09-25"),
startTime: new Date("2024-09-25 18:00"),
endTime: new Date("2024-09-26 01:00"),
},
{
title: "미래광장 주점 운영",
description: "",
descriptionShow: false,
artist: [futurePubInfo],
date: new Date("2024-09-26"),
startTime: new Date("2024-09-26 18:00"),
endTime: new Date("2024-09-27 00:00"),
},
{
title: "주점 개시",
title: "60주년기념관 주점 운영",
description: "",
descriptionShow: false,
artist: [futurePubInfo, sixtyPubInfo],
artist: [sixtyPubInfo],
date: new Date("2024-09-26"),
startTime: new Date("2024-09-26 18:00"),
endTime: new Date("2024-09-27 01:00"),
Expand Down

0 comments on commit 4ef0bf9

Please sign in to comment.