问星数据小程序

app.json 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. "pages/webView/index"
  16. ],
  17. "window": {
  18. "backgroundTextStyle": "dark",
  19. "navigationBarBackgroundColor": "#2562FF",
  20. "navigationBarTitleText": "问星赚赚",
  21. "navigationBarTextStyle": "white",
  22. "backgroundColor": "#F5F5F5"
  23. },
  24. "sitemapLocation": "sitemap.json",
  25. "tabBar": {
  26. "color": "#000",
  27. "selectedColor": "#2562FF",
  28. "backgroundColor": "#fff",
  29. "list": [
  30. {
  31. "pagePath": "pages/index/index",
  32. "text": "首页",
  33. "iconPath": "/assets/tabBar/home.png",
  34. "selectedIconPath": "/assets/tabBar/home_yes.png"
  35. },
  36. {
  37. "pagePath": "pages/hall/hall",
  38. "text": "榜单",
  39. "iconPath": "/assets/tabBar/hall.png",
  40. "selectedIconPath": "/assets/tabBar/hall_yes.png"
  41. },
  42. {
  43. "pagePath": "pages/mine/mine",
  44. "text": "我的",
  45. "iconPath": "/assets/tabBar/mine.png",
  46. "selectedIconPath": "/assets/tabBar/mine_yes.png"
  47. }
  48. ]
  49. },
  50. "navigateToMiniProgramAppIdList": [
  51. "wx5bcf8975e677d8d4",
  52. "wxf6f132ace13c563e"
  53. ]
  54. }