/src/components
:可重用组件/src/pages
:页面/src/pages/:page
:子页面/src/routers
:路由配置
English | 中文 |
---|---|
first-page | 首页 |
introduction | 峰会概况 |
replay | 成果回放 |
result-show | 成果展示 |
round-table | 圆桌讨论 |
sign-up | 报名页 |
以下组件见于 src/components
Component | Description |
---|---|
header | 页面顶部导航栏 |
footer | 页脚 |
1.修改首页、圆桌讨论页、报名页的页面内容时,只需修改文件顶部数据对象,无需改动标签。
- 修改首页日历,需改动 calendarSetting 对象,如下:
const calendarSetting = {
year: 2023, // 日历年份
month: 4, // 日历月份
duration: [12, 16], // 日历高亮时间范围
}
视觉图 | PRD |
---|---|
UI | PRD |