app.json 426 B

12345678910111213141516171819
  1. {
  2. "pages": [
  3. "pages/index/index"
  4. ],
  5. "window": {
  6. "navigationBarBackgroundColor": "#333333",
  7. "navigationBarTextStyle": "white",
  8. "navigationBarTitleText": "摇骰子",
  9. "backgroundColor": "#ffffff",
  10. "backgroundTextStyle": "light",
  11. "enablePullDownRefresh": false
  12. },
  13. "networkTimeout": {
  14. "request": 10000,
  15. "downloadFile": 10000
  16. },
  17. "debug": true,
  18. "sitemapLocation": "sitemap.json"
  19. }