app.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "pages": [
  3. "pages/home/home",
  4. "pages/index/index",
  5. "pages/me/me",
  6. "pages/login/login",
  7. "pages/about/about",
  8. "pages/repeat/repeat",
  9. "pages/deviceWake/deviceWake",
  10. "pages/channelDetails/channelDetails",
  11. "pages/deviceConnect3/deviceConnect3",
  12. "pages/deviceConnect0/deviceConnect0",
  13. "pages/deviceConnect2/deviceConnect2",
  14. "pages/deviceConnect1/deviceConnect1",
  15. "pages/download/download",
  16. "pages/wakeList/wakeList",
  17. "pages/aboutInfo/aboutInfo",
  18. "pages/bluConnect/bleconnect"
  19. ],
  20. "subPackages": [
  21. {
  22. "root": "pages/piano/",
  23. "pages": [
  24. "detail/detail",
  25. "woodenfish/woodenfish",
  26. "wallpaper/wallpaper",
  27. "musicscore/musicscore",
  28. "firmware/firmware",
  29. "rank/rank"
  30. ]
  31. }
  32. ],
  33. "tabBar": {
  34. "list": [
  35. {
  36. "pagePath": "pages/home/home",
  37. "text": "首页2",
  38. "iconPath": "./img/index_unaction.png",
  39. "selectedIconPath": "./img/index_action.png"
  40. },
  41. {
  42. "pagePath": "pages/index/index",
  43. "text": "首页",
  44. "iconPath": "./img/index_unaction.png",
  45. "selectedIconPath": "./img/index_action.png"
  46. },
  47. {
  48. "pagePath": "pages/me/me",
  49. "text": "我的",
  50. "iconPath": "./img/me_unaction.png",
  51. "selectedIconPath": "./img/me_action.png"
  52. }
  53. ],
  54. "color": "#999999",
  55. "selectedColor": "#1AAD19",
  56. "backgroundColor": "#FFFFFF",
  57. "borderStyle": "black",
  58. "position": "bottom"
  59. },
  60. "window": {
  61. "backgroundTextStyle": "light",
  62. "navigationBarBackgroundColor": "#fff",
  63. "backgroundColor": "#fff",
  64. "navigationBarTitleText": "Weixin",
  65. "navigationBarTextStyle": "black",
  66. "navigationStyle": "custom"
  67. },
  68. "networkTimeout": {
  69. "request": 20000,
  70. "connectSocket": 20000,
  71. "uploadFile": 20000,
  72. "downloadFile": 20000
  73. },
  74. "style": "v2",
  75. "sitemapLocation": "sitemap.json",
  76. "requiredPrivateInfos": [
  77. "getFuzzyLocation"
  78. ],
  79. "permission": {
  80. "scope.userFuzzyLocation": {
  81. "desc": "用于获取wifi名称"
  82. }
  83. }
  84. }