From 4ef0bf918af5f126c5f3b4bdf7fd838ba8102461 Mon Sep 17 00:00:00 2001 From: flareseek Date: Mon, 23 Sep 2024 12:24:37 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=A3=BC=EC=A0=90=20=EC=98=81=EC=97=85?= =?UTF-8?q?=20=EC=8B=9C=EA=B0=84=20=EB=B6=84=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Timetable/timeTableInfo.ts | 54 +++++++++++++++++++++++----- 1 file changed, 45 insertions(+), 9 deletions(-) diff --git a/src/pages/Timetable/timeTableInfo.ts b/src/pages/Timetable/timeTableInfo.ts index d892a7f..702a412 100644 --- a/src/pages/Timetable/timeTableInfo.ts +++ b/src/pages/Timetable/timeTableInfo.ts @@ -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"),