app.json 2.0 KB

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