| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/checkin/index",
- "style": {
- "navigationBarTitleText": "任务"
- }
- },
- {
- "path": "pages/course/index",
- "style": {
- "navigationBarTitleText": "课程"
- }
- },
- {
- "path": "pages/course/detail",
- "style": {
- "navigationBarTitleText": "课程主页"
- }
- },
- {
- "path": "pages/vote/index",
- "style": {
- "navigationBarTitleText": "路演投票"
- }
- },
- {
- "path": "pages/mine/index",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/verify/index",
- "style": {
- "navigationBarTitleText": "校友身份校验"
- }
- },
- {
- "path": "pages/class/index",
- "style": {
- "navigationBarTitleText": "进班"
- }
- },
- {
- "path": "pages/group/index",
- "style": {
- "navigationBarTitleText": "我的小组"
- }
- },
- {
- "path": "pages/assignment/index",
- "style": {
- "navigationBarTitleText": "三本账认领"
- }
- },
- {
- "path": "pages/upload/index",
- "style": {
- "navigationBarTitleText": "成果上传"
- }
- },
- {
- "path": "pages/teaching/index",
- "style": {
- "navigationBarTitleText": "教学卡"
- }
- },
- {
- "path": "pages/roadmap/index",
- "style": {
- "navigationBarTitleText": "路演材料"
- }
- },
- {
- "path": "pages/scoreboard/index",
- "style": {
- "navigationBarTitleText": "积分榜"
- }
- },
- {
- "path": "pages/plan/index",
- "style": {
- "navigationBarTitleText": "行动计划"
- }
- },
- {
- "path": "pages/survey/index",
- "style": {
- "navigationBarTitleText": "兴趣调研"
- }
- },
- {
- "path": "pages/enroll/list",
- "style": {
- "navigationBarTitleText": "课程报名"
- }
- },
- {
- "path": "pages/enroll/form",
- "style": {
- "navigationBarTitleText": "报名信息"
- }
- },
- {
- "path": "pages/pay/index",
- "style": {
- "navigationBarTitleText": "确认支付"
- }
- },
- {
- "path": "pages/pay/result",
- "style": {
- "navigationBarTitleText": "支付结果"
- }
- },
- {
- "path": "pages/share/index",
- "style": {
- "navigationBarTitleText": "我的海报"
- }
- },
- {
- "path": "pages/share/stats",
- "style": {
- "navigationBarTitleText": "我的邀请"
- }
- },
- {
- "path": "pages/material/index",
- "style": {
- "navigationBarTitleText": "课前资料"
- }
- },
- {
- "path": "pages/group-order/index",
- "style": {
- "navigationBarTitleText": "团报"
- }
- },
- {
- "path": "pages/group-order/create",
- "style": {
- "navigationBarTitleText": "发起团报"
- }
- },
- {
- "path": "pages/group-order/detail",
- "style": {
- "navigationBarTitleText": "团报详情"
- }
- },
- {
- "path": "pages/case/index",
- "style": {
- "navigationBarTitleText": "案例授权"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "爱伴·AI之旅",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#F8F8F8"
- },
- "lazyCodeLoading": "requiredComponents",
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#F97316",
- "borderStyle": "black",
- "backgroundColor": "#FFFFFF",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "static/tab-home.png",
- "selectedIconPath": "static/tab-home-active.png"
- },
- {
- "pagePath": "pages/checkin/index",
- "text": "任务",
- "iconPath": "static/tab-task.png",
- "selectedIconPath": "static/tab-task-active.png"
- },
- {
- "pagePath": "pages/course/index",
- "text": "课程",
- "iconPath": "static/tab-course.png",
- "selectedIconPath": "static/tab-course-active.png"
- },
- {
- "pagePath": "pages/mine/index",
- "text": "我的",
- "iconPath": "static/tab-profile.png",
- "selectedIconPath": "static/tab-profile-active.png"
- }
- ]
- }
- }
|