Skip to content

Commit

Permalink
up Oct
Browse files Browse the repository at this point in the history
  • Loading branch information
kiloking committed Sep 30, 2024
1 parent c22bd51 commit 92902e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 37 deletions.
38 changes: 3 additions & 35 deletions src/App/ScheduleData.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,45 +81,13 @@ export const data_9 = [
},
];

export const month_data = [
{ title: "aug_title", index: 4 },
{ title: "sep_title", index: 4 },
];
export const month_data = [{ title: "oct_title", index: 4 }];

export const data = [
{
id: 5,
title: "aug_title",
subtitle: "aug_subtitle",
data: [
{
time: "11:00、12:30、14:00",
show: "show_name_18",
title: "guide_category_6",
},
{
time: "11:30、13:00、14:30",
show: "show_name_19",
title: "guide_category_6",
},
{
time: "12:00、13:30、15:00",
show: "show_name_20",
title: "guide_category_6",
},
{
time: "16:00~18:00",
show: "show_name_13",
show2: "show_name_6",
title: "guide_category_7",
title2: "guide_category_7",
},
],
},
{
id: 5,
title: "sep_title",
subtitle: "sep_subtitle",
title: "oct_title",
subtitle: "oct_subtitle",
data: [
{
time: "14:00",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"dec_title": "December",
"dec_eve_title": "December_New Year's Eve",
"feb_subtitle": "2024 Chinese New Year Opening Day 2/11 (Sun.) - 2/13 (Tue.)",
"oct_subtitle": "In Preparation for a Grand Event. Reopening on 10/20 (Fri) ",
"oct_subtitle": "Performances are only scheduled from 10/4 to 10/6. No performances during the exhibitions: 10/11-10/13 for '眠月線' and '虎爺', and 10/18-1/1 for '虎姑婆與他的朋友'",
"nov_subtitle": "In Preparation for a Grand Event. Reopening on 10/20 (Fri) ",
"dec_subtitle": "12/15 - 12/16 Special Event: Moondream VFest. Livestream.",
"dec_subtitle2": "12/29 - 12/31 New Year's Eve Mission for #Free Access 《 The Plant Lover 》",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"dec_title": "十二月份場次表",
"dec_eve_title": "十二月份場次表_跨年場",
"feb_subtitle": "春節營業時間:2/11(初二)~2/13(初四)",
"oct_subtitle": "大型活動準備中 10/20(五) REOPEN起重新開館!,10/20當日場次請依KKday售票系統為主。",
"oct_subtitle": "場次僅限於10/4至10/6,其餘特展期間無原訂演出場次:10/11至10/13為《眠月線》和《虎爺》,10/18至1/1為《虎姑婆與他的朋友》",
"nov_subtitle": "大型活動準備中 10/20(五) REOPEN起重新開館!,10/20當日場次請依KKday售票系統為主。",
"dec_subtitle": "12/15 - 12/16 夢境V派對直播特別活動 詳情可至臉書社群",
"dec_subtitle2": "12/29 - 12/31 完成跨年任務 #免費欣賞《 植物情人 》",
Expand Down

0 comments on commit 92902e5

Please sign in to comment.