init
This commit is contained in:
		
							
								
								
									
										67
									
								
								pages.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										67
									
								
								pages.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,67 @@
 | 
			
		||||
{
 | 
			
		||||
  "pages": [{
 | 
			
		||||
    "path": "pages/index",
 | 
			
		||||
    "style": {
 | 
			
		||||
      "navigationBarTitleText": "资源查询",
 | 
			
		||||
	  "navigationBarBackgroundColor": "#4A90E2",
 | 
			
		||||
	  "navigationBarTextStyle": "white"
 | 
			
		||||
	  
 | 
			
		||||
    }
 | 
			
		||||
  }, {
 | 
			
		||||
    "path": "pages/ranking/index",
 | 
			
		||||
    "style": {
 | 
			
		||||
      "navigationBarTitleText": "排行榜",
 | 
			
		||||
	  "navigationStyle": "custom"
 | 
			
		||||
    }
 | 
			
		||||
  }, {
 | 
			
		||||
    "path": "pages/mine/index",
 | 
			
		||||
    "style": {
 | 
			
		||||
      "navigationBarTitleText": "我的",
 | 
			
		||||
	  "navigationStyle": "custom"
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
  	"path" : "pages/mine/guanzhu",
 | 
			
		||||
  	"style" : 
 | 
			
		||||
  	{
 | 
			
		||||
  		"navigationBarTitleText" : "关于我们"
 | 
			
		||||
  	}
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
  	"path" : "pages/mine/imgShow",
 | 
			
		||||
  	"style" : 
 | 
			
		||||
  	{
 | 
			
		||||
  		"navigationBarTitleText" : ""
 | 
			
		||||
  	}
 | 
			
		||||
  }],
 | 
			
		||||
  "tabBar": {
 | 
			
		||||
    "color": "#000000",
 | 
			
		||||
    "selectedColor": "#000000",
 | 
			
		||||
    // "borderStyle": "white",
 | 
			
		||||
    "backgroundColor": "#ffffff",
 | 
			
		||||
    "list": [{
 | 
			
		||||
        "pagePath": "pages/index",
 | 
			
		||||
        "iconPath": "static/images/tabbar/home.png",
 | 
			
		||||
        "selectedIconPath": "static/images/tabbar/home_.png",
 | 
			
		||||
        "text": "首页"
 | 
			
		||||
      },
 | 
			
		||||
	  {
 | 
			
		||||
        "pagePath": "pages/ranking/index",
 | 
			
		||||
        "iconPath": "static/images/tabbar/ranking.png",
 | 
			
		||||
        "selectedIconPath": "static/images/tabbar/ranking_.png",
 | 
			
		||||
        "text": "排行榜"
 | 
			
		||||
      },
 | 
			
		||||
	  {
 | 
			
		||||
        "pagePath": "pages/mine/index",
 | 
			
		||||
        "iconPath": "static/images/tabbar/mine.png",
 | 
			
		||||
        "selectedIconPath": "static/images/tabbar/mine_.png",
 | 
			
		||||
        "text": "我的"
 | 
			
		||||
      }
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  "globalStyle": {
 | 
			
		||||
    "navigationBarTextStyle": "black",
 | 
			
		||||
    "navigationBarTitleText": "橘子短剧",
 | 
			
		||||
    "navigationBarBackgroundColor": "#FFFFFF"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user