From 0c3100cf5067dd0b655ddd104500c314c41b2482 Mon Sep 17 00:00:00 2001 From: "wood.wu" Date: Mon, 18 Mar 2024 15:20:02 +0800 Subject: [PATCH] Update ScheduleData.js --- src/App/ScheduleData.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App/ScheduleData.js b/src/App/ScheduleData.js index d9e2347..9703e91 100644 --- a/src/App/ScheduleData.js +++ b/src/App/ScheduleData.js @@ -63,7 +63,7 @@ export const data = [ { time:"14:00", show:"show_name_9", title:"guide_category_4"}, { time:"15:00", show:"mar_show_name_3",title:"guide_category_2"}, { time:"16:00", show:"show_name_9", title:"guide_category_4"}, - { time:"17:00", show:"show_name_6",show2:"show_name_10", title:"guide_category_1",title2:"guide_category_2"}, + { time:"17:00", show:"show_name_13",show2:"show_name_10", title:"guide_category_1",title2:"guide_category_2"}, { time:"18:00", show:"show_name_6",show2:"show_name_10", title:"guide_category_1",title2:"guide_category_2"}, ] }, { @@ -73,7 +73,7 @@ export const data = [ { time:"14:00", show:"show_name_9", title:"guide_category_4"}, { time:"15:00", show:"mar_show_name_3",title:"guide_category_2"}, { time:"16:00", show:"show_name_9", title:"guide_category_4"}, - { time:"17:00", show:"show_name_6",show2:"show_name_10", title:"guide_category_1",title2:"guide_category_2"}, + { time:"17:00", show:"show_name_13",show2:"show_name_10", title:"guide_category_1",title2:"guide_category_2"}, { time:"18:00", show:"show_name_6",show2:"show_name_10", title:"guide_category_1",title2:"guide_category_2"}, ] },