问星数据小程序

app copy.json 2.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/sphRank/index",
  5. "pages/cyRank/index",
  6. "pages/mine/mine",
  7. "pages/search/search",
  8. "pages/followVideo/followVideo",
  9. "pages/welcome/welcome",
  10. "pages/followAccount/followAccount",
  11. "pages/addAccount/addAccount",
  12. "pages/videoDetail/videoDetail",
  13. "pages/topicDetail/topicDetail",
  14. "pages/userDrtail/index",
  15. "pages/setrule/setrule",
  16. "pages/ruleInfo/ruleInfo",
  17. "pages/newNotice/allNotice/allNotice",
  18. "pages/newNotice/setting/setting",
  19. "pages/newNotice/setRule/setRule",
  20. "pages/newNotice/ruleInfo/ruleInfo",
  21. "pages/newNotice/videoInfo/videoInfo",
  22. "pages/newNotice/videoList/videoList",
  23. "pages/live/index/index",
  24. "pages/live/liveNotice/index",
  25. "pages/live/noticeRecord/index",
  26. "pages/live/searchHr/index",
  27. "pages/live/liveDetail/index",
  28. "pages/webView/index",
  29. "pages/claim/index/index",
  30. "pages/claim/claimDetail/index",
  31. "pages/live/hotLive/index",
  32. "pages/liveBoard/index",
  33. "pages/extension/list/index",
  34. "pages/extension/activity/index",
  35. "pages/link/index/index",
  36. "pages/link/linkDetail/index",
  37. "pages/live/searchLive/searchLive",
  38. "pages/vip/index/index",
  39. "pages/vip/buyDetail/index",
  40. "pages/vip/buyAgreement/index"
  41. ],
  42. "window": {
  43. "backgroundTextStyle": "light",
  44. "navigationBarBackgroundColor": "#2562FF",
  45. "navigationBarTitleText": "视频号 - 问星数据",
  46. "navigationBarTextStyle": "white",
  47. "backgroundColor": "#101426"
  48. },
  49. "sitemapLocation": "sitemap.json",
  50. "tabBar": {
  51. "custom": true,
  52. "color": "#000",
  53. "selectedColor": "#2562FF",
  54. "backgroundColor": "#fff",
  55. "list": [
  56. {
  57. "pagePath": "pages/index/index",
  58. "text": "首页",
  59. "iconPath": "/assets/newTab/home.png",
  60. "selectedIconPath": "/assets/newTab/home_yes.png"
  61. },
  62. {
  63. "pagePath": "pages/sphRank/index",
  64. "text": "视频号榜单",
  65. "iconPath": "/assets/newTab/sphRank.png",
  66. "selectedIconPath": "/assets/newTab/sphRank_yes.png"
  67. },
  68. {
  69. "pagePath": "pages/live/hotLive/index",
  70. "text": "直播大厅",
  71. "iconPath": "/assets/newTab/live.png",
  72. "selectedIconPath": "/assets/newTab/live.png"
  73. },
  74. {
  75. "pagePath": "pages/cyRank/index",
  76. "text": "创意中心",
  77. "iconPath": "/assets/newTab/cyRank.png",
  78. "selectedIconPath": "/assets/newTab/cyRank_yes.png"
  79. },
  80. {
  81. "pagePath": "pages/mine/mine",
  82. "text": "个人中心",
  83. "iconPath": "/assets/newTab/wode.png",
  84. "selectedIconPath": "/assets/newTab/wode_yes.png"
  85. }
  86. ]
  87. },
  88. "navigateToMiniProgramAppIdList": [
  89. "wxf6f132ace13c563e",
  90. "wx187b26eedae4ad85"
  91. ]
  92. }