app.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. "pages/pay/mp"
  29. ],
  30. "window": {
  31. "backgroundTextStyle": "light",
  32. "navigationBarBackgroundColor": "#FFFFFF",
  33. "navigationBarTitleText": "黑暗黎明百宝盒",
  34. "navigationBarTextStyle": "black"
  35. },
  36. "tabBar": {
  37. "color": "#959595",
  38. "backgroundColor": "#FFFFFF",
  39. "borderStyle": "black",
  40. "selectedColor": "#333333",
  41. "list": [
  42. {
  43. "pagePath": "pages/game/game",
  44. "text": "玩游戏",
  45. "iconPath": "image/tab_icon_wanyouxi_defailed.png",
  46. "selectedIconPath": "image/tab_icon_wanyouxi.png"
  47. },
  48. {
  49. "pagePath": "pages/find/find",
  50. "text": "发现",
  51. "iconPath": "image/tab_faxian_copy.png",
  52. "selectedIconPath": "image/tab_faxian2_copy.png"
  53. },
  54. {
  55. "pagePath": "pages/box/box",
  56. "text": "一起开黑",
  57. "iconPath": "image/tab_icon_game.png",
  58. "selectedIconPath": "image/tab_icon_game_active.png"
  59. },
  60. {
  61. "pagePath": "pages/user/index",
  62. "text": "我的",
  63. "iconPath": "image/tab_icon_wode_defailed.png",
  64. "selectedIconPath": "image/tab_icon_wode.png"
  65. }
  66. ]
  67. }
  68. }