app.json 1.9 KB

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