86 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			86 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "usingComponents": {
 | 
						|
    "van-icon": "@vant/weapp/icon/index",
 | 
						|
    "van-button": "@vant/weapp/button/index"
 | 
						|
  },
 | 
						|
  "pages": [
 | 
						|
    "pages/tabpages/index/index",
 | 
						|
    "pages/tabpages/find/find",
 | 
						|
    "pages/tabpages/user/user",
 | 
						|
    "pages/tabpages/org/org",
 | 
						|
    "pages/tabpages/service/service",
 | 
						|
    "pages/subpages/aboutus/aboutus",
 | 
						|
    "pages/subpages/activation/activation",
 | 
						|
    "pages/subpages/member/member",
 | 
						|
    "pages/subpages/instruct/instruct",
 | 
						|
    "pages/subpages/articledetail/articledetail",
 | 
						|
    "pages/subpages/scoreLog/scoreLog",
 | 
						|
    "pages/subpages/downloadLog/downloadLog",
 | 
						|
    "pages/subpages/collectionLog/collectionLog",
 | 
						|
    "pages/subpages/services/custom/custom",
 | 
						|
    "pages/subpages/services/deploy/deploy",
 | 
						|
    "pages/subpages/services/problem/problem",
 | 
						|
    "pages/subpages/services/online/online",
 | 
						|
    "pages/subpages/services/environment/environment",
 | 
						|
    "pages/subpages/services/code/code",
 | 
						|
    "pages/subpages/services/document/document",
 | 
						|
    "pages/subpages/services/develop/develop",
 | 
						|
    "pages/subpages/services/urgent/urgent"
 | 
						|
  ],
 | 
						|
  "tabBar": {
 | 
						|
    "selectedColor": "#1D90FB",
 | 
						|
    "list": [
 | 
						|
      {
 | 
						|
        "pagePath": "pages/tabpages/index/index",
 | 
						|
        "text": "主页",
 | 
						|
        "iconPath": "/static/tabbar/home.png",
 | 
						|
        "selectedIconPath": "/static/tabbar/home_color.png"
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "pagePath": "pages/tabpages/find/find",
 | 
						|
        "text": "搜索",
 | 
						|
        "iconPath": "/static/tabbar/find.png",
 | 
						|
        "selectedIconPath": "/static/tabbar/find_color.png"
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "pagePath": "pages/tabpages/service/service",
 | 
						|
        "text": "项目服务",
 | 
						|
        "iconPath": "/static/tabbar/org.png",
 | 
						|
        "selectedIconPath": "/static/tabbar/org_color.png"
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "pagePath": "pages/tabpages/org/org",
 | 
						|
        "text": "源码库",
 | 
						|
        "iconPath": "/static/tabbar/zyk.png",
 | 
						|
        "selectedIconPath": "/static/tabbar/zyk_color.png"
 | 
						|
      }
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "window": {
 | 
						|
    "navigationBarTextStyle": "black",
 | 
						|
    "navigationBarBackgroundColor": "#FFF"
 | 
						|
  },
 | 
						|
  "rendererOptions": {
 | 
						|
    "skyline": {
 | 
						|
      "defaultDisplayBlock": true,
 | 
						|
      "disableABTest": true,
 | 
						|
      "sdkVersionBegin": "3.0.0",
 | 
						|
      "sdkVersionEnd": "15.255.255"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "componentFramework": "glass-easel",
 | 
						|
  "sitemapLocation": "sitemap.json",
 | 
						|
  "lazyCodeLoading": "requiredComponents",
 | 
						|
  "permission": {
 | 
						|
    "scope.userLocation": {
 | 
						|
      "desc": "你的位置信息将用于小程序位置接口的效果展示"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "requiredPrivateInfos": [
 | 
						|
    "chooseLocation"
 | 
						|
  ],
 | 
						|
  "enableShareTimeline": true
 | 
						|
}
 | 
						|
 | 
						|
 |