app.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. ],
  19. "subPackages": [{
  20. "root": "pages/piano/",
  21. "pages": [
  22. "detail/detail",
  23. "woodenfish/woodenfish",
  24. "wallpaper/wallpaper",
  25. "musicscore/musicscore"
  26. ]
  27. }],
  28. "tabBar": {
  29. "borderStyle": "black",
  30. "list": [{
  31. "pagePath": "pages/index/index",
  32. "text": "首页",
  33. "iconPath": "./img/index_unaction.png",
  34. "selectedIconPath": "./img/index_action.png"
  35. },
  36. {
  37. "pagePath": "pages/home/home",
  38. "text": "首页2",
  39. "iconPath": "./img/index_unaction.png",
  40. "selectedIconPath": "./img/index_action.png"
  41. },
  42. {
  43. "pagePath": "pages/me/me",
  44. "text": "我的",
  45. "iconPath": "./img/me_unaction.png",
  46. "selectedIconPath": "./img/me_action.png"
  47. }
  48. ]
  49. },
  50. "window": {
  51. "backgroundTextStyle": "light",
  52. "navigationBarBackgroundColor": "#fff",
  53. "backgroundColor": "#fff",
  54. "navigationBarTitleText": "Weixin",
  55. "navigationBarTextStyle": "black",
  56. "navigationStyle": "custom"
  57. },
  58. "networkTimeout": {
  59. "request": 20000,
  60. "connectSocket": 20000,
  61. "uploadFile": 20000,
  62. "downloadFile": 20000
  63. },
  64. "style": "v2",
  65. "sitemapLocation": "sitemap.json",
  66. "requiredPrivateInfos": [
  67. "getFuzzyLocation"
  68. ]
  69. }