app.json 1.9 KB

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