Skip to content

Commit

Permalink
feat: open the schedule page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritabear authored and SivanYeh committed Aug 30, 2024
1 parent c1e09c8 commit 47cb994
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 47cb994

Please sign in to comment.