app.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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/home/home",
  18. "pages/detail/detail"
  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/home/home",
  31. "text": "首页2",
  32. "iconPath": "./img/index_unaction.png",
  33. "selectedIconPath": "./img/index_action.png"
  34. },
  35. {
  36. "pagePath": "pages/me/me",
  37. "text": "我的",
  38. "iconPath": "./img/me_unaction.png",
  39. "selectedIconPath": "./img/me_action.png"
  40. }
  41. ]
  42. },
  43. "window": {
  44. "backgroundTextStyle": "light",
  45. "navigationBarBackgroundColor": "#fff",
  46. "backgroundColor": "#fff",
  47. "navigationBarTitleText": "Weixin",
  48. "navigationBarTextStyle": "black",
  49. "navigationStyle": "custom"
  50. },
  51. "networkTimeout": {
  52. "request": 20000,
  53. "connectSocket": 20000,
  54. "uploadFile": 20000,
  55. "downloadFile": 20000
  56. },
  57. "style": "v2",
  58. "sitemapLocation": "sitemap.json",
  59. "requiredPrivateInfos": [
  60. "getFuzzyLocation"
  61. ]
  62. }