app.json 510 B

12345678910111213141516171819202122
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/search/index",
  5. "pages/efficient/index",
  6. "pages/auth/index",
  7. "pages/projectlist/index"
  8. ],
  9. "window": {
  10. "backgroundTextStyle": "light",
  11. "navigationBarBackgroundColor": "#191b26",
  12. "navigationBarTitleText": "WeChat",
  13. "navigationBarTextStyle": "white"
  14. },
  15. "style": "v2",
  16. "sitemapLocation": "sitemap.json",
  17. "permission": {
  18. "scope.userLocation": {
  19. "desc": "您的位置信息将用于更好的提供服务"
  20. }
  21. }
  22. }