1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "pages": [
- {
- "path": "pages/home/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/learn/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "学习本"
- }
- },
- {
- "path": "pages/challenge/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "挑战"
- }
- },
- {
- "path": "pages/user/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/regulations/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "法规"
- }
- },
- {
- "path": "pages/user/settings",
- "style": {
- "navigationBarTitleText": "设置"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录注册"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "background": "#efeff4"
- }
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#3cc51f",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/home/index",
- "iconPath": "static/icons/c1.png",
- "selectedIconPath": "static/icons/c2.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/learn/index",
- "iconPath": "static/icons/c1.png",
- "selectedIconPath": "static/icons/c2.png",
- "text": "学习本"
- },
- {
- "pagePath": "pages/challenge/index",
- "iconPath": "static/icons/c1.png",
- "selectedIconPath": "static/icons/c2.png",
- "text": "挑战"
- },
- {
- "pagePath": "pages/user/index",
- "iconPath": "static/icons/c1.png",
- "selectedIconPath": "static/icons/c2.png",
- "text": "我的"
- }
- ]
- }
- }
|