12345678910111213141516171819202122 |
- {
- "pages": [
- "pages/index/index",
- "pages/search/index",
- "pages/efficient/index",
- "pages/auth/index",
- "pages/projectlist/index"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#191b26",
- "navigationBarTitleText": "WeChat",
- "navigationBarTextStyle": "white"
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json",
- "permission": {
- "scope.userLocation": {
- "desc": "您的位置信息将用于更好的提供服务"
- }
- }
- }
|