app.json 341 B

123456789101112131415
  1. {
  2. "pages":[
  3. "pages/index/index",
  4. "pages/logs/logs"
  5. ],
  6. "window":{
  7. "backgroundTextStyle":"dark",
  8. "navigationBarBackgroundColor": "#008B45",
  9. "navigationBarTitleText": "微信小程序",
  10. "navigationBarTextStyle":"white",
  11. "enablePullDownRefresh": true
  12. },
  13. "style": "v2",
  14. "sitemapLocation": "sitemap.json"
  15. }