大数据平台的小程序版本

app.json 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/mine/mine",
  5. "pages/hall/hall",
  6. "pages/search/search",
  7. "pages/detail/detail",
  8. "pages/withdraw/index",
  9. "pages/withdrawNote/index",
  10. "pages/profit/index",
  11. "pages/welcome/welcome",
  12. "pages/guideDetail/index",
  13. "pages/linkTool/index",
  14. "pages/guide/index"
  15. ],
  16. "window": {
  17. "backgroundTextStyle": "dark",
  18. "navigationBarBackgroundColor": "#2562FF",
  19. "navigationBarTitleText": "问星赚赚",
  20. "navigationBarTextStyle": "white",
  21. "backgroundColor": "#F5F5F5"
  22. },
  23. "sitemapLocation": "sitemap.json",
  24. "tabBar": {
  25. "color": "#000",
  26. "selectedColor": "#2562FF",
  27. "backgroundColor": "#fff",
  28. "list": [
  29. {
  30. "pagePath": "pages/index/index",
  31. "text": "首页",
  32. "iconPath": "/assets/tabBar/home.png",
  33. "selectedIconPath": "/assets/tabBar/home_yes.png"
  34. },
  35. {
  36. "pagePath": "pages/hall/hall",
  37. "text": "榜单",
  38. "iconPath": "/assets/tabBar/hall.png",
  39. "selectedIconPath": "/assets/tabBar/hall_yes.png"
  40. },
  41. {
  42. "pagePath": "pages/mine/mine",
  43. "text": "我的",
  44. "iconPath": "/assets/tabBar/mine.png",
  45. "selectedIconPath": "/assets/tabBar/mine_yes.png"
  46. }
  47. ]
  48. },
  49. "navigateToMiniProgramAppIdList": [
  50. "wx5bcf8975e677d8d4",
  51. "wxf6f132ace13c563e"
  52. ]
  53. }