app.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "pages":[
  3. "pages/loading/index",
  4. "pages/main/index",
  5. "pages/travel/index",
  6. "pages/personal/index",
  7. "pages/index/index",
  8. "pages/edit/index",
  9. "pages/canvas/index",
  10. "pages/sharePage/index",
  11. "pages/map/index",
  12. "pages/list/index",
  13. "pages/detail/index",
  14. "pages/foot/index",
  15. "pages/dairy/index"
  16. ]
  17. ,"window":{
  18. "backgroundTextStyle":"white"
  19. ,"navigationBarBackgroundColor": "#000000"
  20. ,"navigationBarTitleText": "幽灵旅行"
  21. ,"navigationBarTextStyle":"white"
  22. ,"enablePullDownRefresh": false
  23. }
  24. ,
  25. "tabBar":{
  26. "color": "#000",
  27. "selectedColor": "#000",
  28. "borderStyle":"#000",
  29. "backgroundColor":"#FFF",
  30. "list": [
  31. {
  32. "selectedIconPath": "images/ALL2.png",
  33. "iconPath": "images/ALL.png",
  34. "pagePath": "pages/main/index",
  35. "text": "Share"
  36. },
  37. {
  38. "selectedIconPath": "images/map.png",
  39. "iconPath": "images/map2.png",
  40. "pagePath": "pages/map/index",
  41. "text": "Map"
  42. },
  43. {
  44. "selectedIconPath": "images/list2.png",
  45. "iconPath": "images/list.png",
  46. "pagePath": "pages/list/index",
  47. "text": "Route"
  48. },
  49. {
  50. "selectedIconPath": "images/ME2.png",
  51. "iconPath": "images/ME.png",
  52. "pagePath": "pages/personal/index",
  53. "text": "Me"
  54. }]
  55. }
  56. ,"debug": true
  57. }