1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "pages": [
- "pages/home/index",
- "pages/index/index",
- "pages/interList/interList",
- "pages/detail/detail",
- "pages/ruins/index",
- "pages/marvellous/index"
- ],
- "window": {
- "backgroundColor": "#F6F6F6",
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#F6F6F6",
- "navigationBarTitleText": "寻找红色的记忆",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "color": "#333",
- "selectedColor": "#07C160",
- "backgroundColor": "#fff",
- "list": [
- {
- "pagePath": "pages/home/index",
- "text": "首页",
- "iconPath": "/images/tabbar_icon_home_default.png",
- "selectedIconPath": "/images/tabbar_icon_home_active.png"
- },
- {
- "pagePath": "pages/index/index",
- "text": "我的",
- "iconPath": "/images/tabbar_icon_setting_default.png",
- "selectedIconPath": "/images/tabbar_icon_setting_active.png"
- }
- ]
- },
- "sitemapLocation": "sitemap.json",
- "style": "v2",
- "useExtendedLib": {
- "weui": true
- }
- }
|