From 47cb99426aef45b1b437a42ddb37c138a8ee70f9 Mon Sep 17 00:00:00 2001 From: Ritabear Date: Sat, 20 Jul 2024 08:45:49 +0800 Subject: [PATCH] feat: open the schedule page --- store/index.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/store/index.js b/store/index.js index bcee71c560..86fe914473 100644 --- a/store/index.js +++ b/store/index.js @@ -13,17 +13,16 @@ export const state = () => ({ conferenceName: 'PyCon TW', conferenceYear: '2024', conferenceDate: '2024-09-21', - showAboutStaffPage: true, - showConferencePage: true, + showSpeakingPage: true, + showAboutStaffPage: false, + showSchedulePage: true, + showSponsorPage: true, showEventOverviewPage: true, showEventsPage: true, showIndexSecondaryBtn: true, showIndexSponsorSection: true, showProposalSystemPage: true, showRegistrationPage: true, - showSchedulePage: false, - showSpeakingPage: false, - showSponsorPage: true, showVenuePage: true, aboutHideItems: ['apacCommunity'], // ['pycontw', 'apacCommunity', 'history', 'community', 'codeOfConduct'] conferenceHideItems: ['panelDiscussion'], // ['keynotes', 'talks', 'tutorials', 'panelDiscussion']