123456789101112131415161718192021222324252627282930313233 |
- {
- "pages": [
- "pages/index/index",
- "pages/camera/camera",
- "pages/my/my"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarTitleText": "迷你电影",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#5ea875"
- },
- "tabBar": {
- "list": [{
- "pagePath": "pages/index/index",
- "text": "主页",
- "iconPath": "images/home_icon.png",
- "selectedIconPath": "images/home_active_icon.png"
- }, {
- "pagePath": "pages/camera/camera",
- "text": "影院",
- "iconPath": "images/dianying.png",
- "selectedIconPath": "images/dianying_active.png"
- }, {
- "pagePath": "pages/my/my",
- "text": "我的",
- "iconPath": "images/my_icon.png",
- "selectedIconPath": "images/my_active_icon.png"
- }]
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json"
- }
|