| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/checkin/index",
- "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": "兴趣调研"
- }
- }
- ],
- "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/vote/index",
- "text": "路演投票",
- "iconPath": "static/tab-vote.png",
- "selectedIconPath": "static/tab-vote-active.png"
- },
- {
- "pagePath": "pages/mine/index",
- "text": "我的",
- "iconPath": "static/tab-profile.png",
- "selectedIconPath": "static/tab-profile-active.png"
- }
- ]
- }
- }
|