app.json 400 B

123456789101112131415161718
  1. {
  2. "pages": [
  3. "pages/index/index"
  4. ],
  5. "window": {
  6. "backgroundTextStyle": "light",
  7. "navigationBarBackgroundColor": "#EDEDED",
  8. "navigationBarTitleText": "音频讲解",
  9. "navigationBarTextStyle": "black"
  10. },
  11. "style": "v2",
  12. "permission":{
  13. "scope.userLocation":{
  14. "desc":"您的位置信息将用于定位效果展示"
  15. }
  16. },
  17. "sitemapLocation": "sitemap.json"
  18. }