{ "pages": [ "pages/splash/index", "pages/index/index", "pages/discover/index", "pages/history/index", "pages/profile/index", "pages/channel-detail/index", "pages/player/index", "pages/vip/index", "pages/subscribe/index" ], "window": { "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTitleText": "全声汇", "navigationBarTextStyle": "black", "backgroundColor": "#FAFAF8", "backgroundTextStyle": "light" }, "tabBar": { "color": "#999999", "selectedColor": "#FF5722", "backgroundColor": "#FFFFFF", "borderStyle": "white", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "assets/icons/tab-home.png", "selectedIconPath": "assets/icons/tab-home-active.png" }, { "pagePath": "pages/discover/index", "text": "发现", "iconPath": "assets/icons/tab-discover.png", "selectedIconPath": "assets/icons/tab-discover-active.png" }, { "pagePath": "pages/history/index", "text": "历史", "iconPath": "assets/icons/tab-history.png", "selectedIconPath": "assets/icons/tab-history-active.png" }, { "pagePath": "pages/profile/index", "text": "我的", "iconPath": "assets/icons/tab-profile.png", "selectedIconPath": "assets/icons/tab-profile-active.png" } ] }, "requiredBackgroundModes": [ "audio" ], "usingComponents": { "t-message": "tdesign-miniprogram/message/message" }, "permission": { "scope.userLocation": { "desc": "用于显示您的位置和当地天气,提供更好的早晨体验" } }, "requiredPrivateInfos": [ "getLocation" ], "sitemapLocation": "sitemap.json", "lazyCodeLoading": "requiredComponents" }