123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "pages": [
- "pages/login/index",
- "pages/login/verify-code",
- "pages/index/index",
- "pages/discover/index",
- "pages/message/index",
- "pages/mine/index",
- "pages/search/index",
- "pages/calendar/index"
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "小鹅通",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#888",
- "selectedColor": "#3498db",
- "backgroundColor": "#fff",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/tabbar/home.png",
- "selectedIconPath": "static/tabbar/home_selected.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/discover/index",
- "iconPath": "static/tabbar/discover.png",
- "selectedIconPath": "static/tabbar/discover_selected.png",
- "text": "发现"
- },
- {
- "pagePath": "pages/message/index",
- "iconPath": "static/tabbar/message.png",
- "selectedIconPath": "static/tabbar/message_selected.png",
- "text": "消息"
- },
- {
- "pagePath": "pages/mine/index",
- "iconPath": "static/tabbar/mine.png",
- "selectedIconPath": "static/tabbar/mine_selected.png",
- "text": "我的"
- }
- ]
- },
- "usingComponents": {}
- }
|