1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "pages": [
- "pages/index/index",
- "pages/sphRank/index",
- "pages/cyRank/index",
- "pages/mine/mine",
- "pages/search/search",
- "pages/followVideo/followVideo",
- "pages/addVideo/addVideo",
- "pages/welcome/welcome",
- "pages/followAccount/followAccount",
- "pages/addAccount/addAccount",
- "pages/videoDetail/videoDetail",
- "pages/topicDetail/topicDetail",
- "pages/userDrtail/index",
- "pages/notice/notice",
- "pages/setting/setting",
- "pages/setrule/setrule",
- "pages/ruleInfo/ruleInfo",
- "pages/newNotice/allNotice/allNotice",
- "pages/newNotice/setting/setting",
- "pages/newNotice/setRule/setRule",
- "pages/newNotice/ruleInfo/ruleInfo",
- "pages/newNotice/videoInfo/videoInfo",
- "pages/newNotice/videoList/videoList",
- "pages/live/index/index",
- "pages/live/liveNotice/index",
- "pages/live/noticeRecord/index",
- "pages/live/searchHr/index",
- "pages/live/liveDetail/index",
- "pages/webView/index",
- "pages/claim/index/index",
- "pages/claim/claimDetail/index",
- "pages/live/hotLive/index",
- "pages/webpage/webpage",
- "pages/liveBoard/index",
- "pages/extension/list/index",
- "pages/extension/activity/index",
- "pages/link/index/index",
- "pages/link/linkDetail/index"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#2562FF",
- "navigationBarTitleText": "视频号 - 问星数据",
- "navigationBarTextStyle": "white",
- "backgroundColor": "#101426"
- },
- "sitemapLocation": "sitemap.json",
- "tabBar": {
- "custom": true,
- "color": "#000",
- "selectedColor": "#2562FF",
- "backgroundColor": "#fff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "/assets/newTab/home.png",
- "selectedIconPath": "/assets/newTab/home_yes.png"
- },
- {
- "pagePath": "pages/sphRank/index",
- "text": "视频号榜单",
- "iconPath": "/assets/newTab/sphRank.png",
- "selectedIconPath": "/assets/newTab/sphRank_yes.png"
- },
- {
- "pagePath": "pages/live/hotLive/index",
- "text": "直播大厅",
- "iconPath": "/assets/newTab/live.png",
- "selectedIconPath": "/assets/newTab/live.png"
- },
- {
- "pagePath": "pages/cyRank/index",
- "text": "创意中心",
- "iconPath": "/assets/newTab/cyRank.png",
- "selectedIconPath": "/assets/newTab/cyRank_yes.png"
- },
- {
- "pagePath": "pages/mine/mine",
- "text": "个人中心",
- "iconPath": "/assets/newTab/wode.png",
- "selectedIconPath": "/assets/newTab/wode_yes.png"
- }
- ]
- },
- "navigateToMiniProgramAppIdList": [
- "wxf6f132ace13c563e",
- "wx187b26eedae4ad85"
- ]
- }
|