app.json 347 B

12345678910111213141516
  1. {
  2. "pages":[
  3. "pages/main/default",
  4. "pages/index/index"
  5. ],
  6. "window": {
  7. "navigationBarBackgroundColor": "#ffffff",
  8. "navigationBarTitleText": "秒过分数线",
  9. "navigationBarTextStyle": "black",
  10. "backgroundColor": "#ffffff",
  11. "enablePullDownRefresh": false
  12. },
  13. "style": "v2",
  14. "sitemapLocation": "sitemap.json"
  15. }