app.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/login/login",
  5. "pages/about/about",
  6. "pages/repeat/repeat",
  7. "pages/deviceWake/deviceWake",
  8. "pages/channelDetails/channelDetails",
  9. "pages/deviceConnect3/deviceConnect3",
  10. "pages/deviceConnect0/deviceConnect0",
  11. "pages/deviceConnect2/deviceConnect2",
  12. "pages/deviceConnect1/deviceConnect1",
  13. "pages/me/me",
  14. "pages/download/download",
  15. "pages/wakeList/wakeList",
  16. "pages/aboutInfo/aboutInfo"
  17. ],
  18. "tabBar": {
  19. "borderStyle": "black",
  20. "list": [
  21. {
  22. "pagePath": "pages/index/index",
  23. "text": "首页",
  24. "iconPath": "./img/index_unaction.png",
  25. "selectedIconPath": "./img/index_action.png"
  26. },
  27. {
  28. "pagePath": "pages/me/me",
  29. "text": "我的",
  30. "iconPath": "./img/me_unaction.png",
  31. "selectedIconPath": "./img/me_action.png"
  32. }
  33. ]
  34. },
  35. "window": {
  36. "backgroundTextStyle": "light",
  37. "navigationBarBackgroundColor": "#fff",
  38. "backgroundColor": "#fff",
  39. "navigationBarTitleText": "Weixin",
  40. "navigationBarTextStyle": "black",
  41. "navigationStyle": "custom"
  42. },
  43. "networkTimeout": {
  44. "request": 20000,
  45. "connectSocket": 20000,
  46. "uploadFile": 20000,
  47. "downloadFile": 20000
  48. },
  49. "style": "v2",
  50. "sitemapLocation": "sitemap.json",
  51. "requiredPrivateInfos": [
  52. "getFuzzyLocation"
  53. ]
  54. }