Skip to content

Commit

Permalink
Merge pull request #108 from flareseek/fix/pub-time
Browse files Browse the repository at this point in the history
fix: 주점 영업 시간 분리
  • Loading branch information
flareseek authored Sep 23, 2024
2 parents c109431 + 4ef0bf9 commit a2b0cbd
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 @@ -447,37 +447,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 a2b0cbd

Please sign in to comment.