You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			30 lines
		
	
	
		
			702 B
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			30 lines
		
	
	
		
			702 B
		
	
	
	
		
			JSON
		
	
| {
 | |
|   "pages": [
 | |
|     "pages/tabbar/index/index",
 | |
|     "pages/tabbar/classify/classify",
 | |
|     "pages/tabbar/mine/mine",
 | |
|     "pages/tabbar/study/study"
 | |
|   ],
 | |
|   "subPackages": [],
 | |
|   "window": {
 | |
|     "navigationBarTextStyle": "black",
 | |
|     "navigationBarTitleText": "uni-app",
 | |
|     "navigationBarBackgroundColor": "#F8F8F8",
 | |
|     "backgroundColor": "#F8F8F8"
 | |
|   },
 | |
|   "tabBar": {
 | |
|     "color": "#999",
 | |
|     "selectedColor": "#00b783",
 | |
|     "borderStyle": "#fff",
 | |
|     "backgroundColor": "black",
 | |
|     "list": [
 | |
|       {
 | |
|         "pagePath": "pages/tabbar/index/index",
 | |
|         "text": "首页",
 | |
|         "iconPath": "static/logo.png",
 | |
|         "selectedIconPath": "static/logo.png"
 | |
|       }
 | |
|     ]
 | |
|   },
 | |
|   "usingComponents": {}
 | |
| } |