app.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. "pages/deviceList/devices",
  18. "pages/deviceConMode/index"
  19. ],
  20. "tabBar": {
  21. "borderStyle": "black",
  22. "list": [
  23. {
  24. "pagePath": "pages/index/index",
  25. "text": "首页",
  26. "iconPath": "./img/index_unaction.png",
  27. "selectedIconPath": "./img/index_action.png"
  28. },
  29. {
  30. "pagePath": "pages/me/me",
  31. "text": "我的",
  32. "iconPath": "./img/me_unaction.png",
  33. "selectedIconPath": "./img/me_action.png"
  34. }
  35. ]
  36. },
  37. "window": {
  38. "backgroundTextStyle": "light",
  39. "navigationBarBackgroundColor": "#fff",
  40. "backgroundColor": "#fff",
  41. "navigationBarTitleText": "Weixin",
  42. "navigationBarTextStyle": "black",
  43. "navigationStyle": "custom"
  44. },
  45. "networkTimeout": {
  46. "request": 20000,
  47. "connectSocket": 20000,
  48. "uploadFile": 20000,
  49. "downloadFile": 20000
  50. },
  51. "style": "v2",
  52. "sitemapLocation": "sitemap.json",
  53. "requiredPrivateInfos": [
  54. "getFuzzyLocation"
  55. ]
  56. }