File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,5 @@ ENABLE_OPERATE_ADMIN=
13
13
ENABLE_SWITCH_LOCALE =
14
14
ENABLE_REGISTER_TICKET =
15
15
ENABLE_REGISTER_NAMECARD =
16
+ SHOW_EVENT =
16
17
SHOW_STORE =
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ useHead({
18
18
<MessagePageSection />
19
19
<SpeakerPageSection />
20
20
<VolunteerPageSection v-if =" locale === 'ja'" />
21
+ <EventPageSection v-if =" config.public.showEvent" />
21
22
<StorePageSection v-if =" config.public.showStore" />
22
23
<SponsorPageSection />
23
24
<AccessPageSection />
Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ export default defineNuxtConfig({
166
166
enableSwitchLocale : process . env . ENABLE_SWITCH_LOCALE ,
167
167
enableRegisterTicket : process . env . ENABLE_REGISTER_TICKET ,
168
168
enableRegisterNamecard : process . env . ENABLE_REGISTER_NAMECARD ,
169
+ showEvent : process . env . SHOW_EVENT ,
169
170
showStore : process . env . SHOW_STORE ,
170
171
} ,
171
172
} ,
You can’t perform that action at this time.
0 commit comments