app.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. ]
  30. }
  31. ],
  32. "tabBar": {
  33. "custom": true,
  34. "borderStyle": "black",
  35. "list": [
  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/index/index",
  44. "text": "首页",
  45. "iconPath": "./img/index_unaction.png",
  46. "selectedIconPath": "./img/index_action.png"
  47. },
  48. {
  49. "pagePath": "pages/me/me",
  50. "text": "我的",
  51. "iconPath": "./img/me_unaction.png",
  52. "selectedIconPath": "./img/me_action.png"
  53. }
  54. ]
  55. },
  56. "window": {
  57. "backgroundTextStyle": "light",
  58. "navigationBarBackgroundColor": "#fff",
  59. "backgroundColor": "#fff",
  60. "navigationBarTitleText": "Weixin",
  61. "navigationBarTextStyle": "black",
  62. "navigationStyle": "custom"
  63. },
  64. "networkTimeout": {
  65. "request": 20000,
  66. "connectSocket": 20000,
  67. "uploadFile": 20000,
  68. "downloadFile": 20000
  69. },
  70. "style": "v2",
  71. "sitemapLocation": "sitemap.json",
  72. "requiredPrivateInfos": [
  73. "getFuzzyLocation"
  74. ],
  75. "permission": {
  76. "scope.userFuzzyLocation": {
  77. "desc": "用于获取wifi名称"
  78. }
  79. }
  80. }