app.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/game/game",
  5. "pages/box/box",
  6. "pages/user/index",
  7. "pages/user/rank",
  8. "pages/user/team",
  9. "pages/user/help",
  10. "pages/manage/manage",
  11. "pages/record/index",
  12. "pages/member/member",
  13. "pages/Incomelog/Incomelog",
  14. "pages/tips/tips",
  15. "pages/share/share",
  16. "pages/share/game",
  17. "pages/pay/index",
  18. "pages/user/comment",
  19. "pages/detail/detail",
  20. "pages/box/bg",
  21. "pages/detail/comment",
  22. "pages/game/all",
  23. "pages/find/find",
  24. "pages/user/task",
  25. "pages/user/purse",
  26. "pages/member/more",
  27. "pages/lottery/lottery"
  28. ],
  29. "window": {
  30. "backgroundTextStyle": "light",
  31. "navigationBarBackgroundColor": "#FFFFFF",
  32. "navigationBarTitleText": "欢乐游戏盒子",
  33. "navigationBarTextStyle": "black"
  34. },
  35. "tabBar": {
  36. "color": "#959595",
  37. "backgroundColor": "#FFFFFF",
  38. "borderStyle": "black",
  39. "selectedColor": "#333333",
  40. "list": [
  41. {
  42. "pagePath": "pages/game/game",
  43. "text": "玩游戏",
  44. "iconPath": "image/tab_icon_wanyouxi_defailed.png",
  45. "selectedIconPath": "image/tab_icon_wanyouxi.png"
  46. },
  47. {
  48. "pagePath": "pages/find/find",
  49. "text": "发现",
  50. "iconPath": "image/tab_faxian_copy.png",
  51. "selectedIconPath": "image/tab_faxian2_copy.png"
  52. },
  53. {
  54. "pagePath": "pages/box/box",
  55. "text": "一起玩",
  56. "iconPath": "image/tab_icon_game.png",
  57. "selectedIconPath": "image/tab_icon_game_active.png"
  58. },
  59. {
  60. "pagePath": "pages/user/index",
  61. "text": "我的",
  62. "iconPath": "image/tab_icon_wode_defailed.png",
  63. "selectedIconPath": "image/tab_icon_wode.png"
  64. }
  65. ]
  66. }
  67. }