1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "pages": [
- "pages/index/index",
- "pages/mine/mine",
- "pages/hall/hall",
- "pages/search/search",
- "pages/detail/detail",
- "pages/withdraw/index",
- "pages/withdrawNote/index",
- "pages/profit/index",
- "pages/welcome/welcome",
- "pages/guideDetail/index",
- "pages/linkTool/index",
- "pages/guide/index"
- ],
- "window": {
- "backgroundTextStyle": "dark",
- "navigationBarBackgroundColor": "#2562FF",
- "navigationBarTitleText": "问星赚赚",
- "navigationBarTextStyle": "white",
- "backgroundColor": "#F5F5F5"
- },
- "sitemapLocation": "sitemap.json",
- "tabBar": {
- "color": "#000",
- "selectedColor": "#2562FF",
- "backgroundColor": "#fff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "/assets/tabBar/home.png",
- "selectedIconPath": "/assets/tabBar/home_yes.png"
- },
- {
- "pagePath": "pages/hall/hall",
- "text": "榜单",
- "iconPath": "/assets/tabBar/hall.png",
- "selectedIconPath": "/assets/tabBar/hall_yes.png"
- },
- {
- "pagePath": "pages/mine/mine",
- "text": "我的",
- "iconPath": "/assets/tabBar/mine.png",
- "selectedIconPath": "/assets/tabBar/mine_yes.png"
- }
- ]
- },
- "navigateToMiniProgramAppIdList": [
- "wx5bcf8975e677d8d4",
- "wxf6f132ace13c563e"
- ]
- }
|