{ "pages": [ "pages/index/index", "pages/about/about", "pages/play/play", "pages/radio/radio" ], "subPackages": [], "window": { "navigationBarTextStyle": "white", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#007AFF", "backgroundColor": "#FFFFFF" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#007AFF", "borderStyle": "black", "backgroundColor": "#F8F8F8", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/component.png", "selectedIconPath": "static/componentHL.png" }, { "pagePath": "pages/play/play", "text": "视频", "iconPath": "static/extui.png", "selectedIconPath": "static/extuiHL.png" }, { "pagePath": "pages/radio/radio", "iconPath": "static/template.png", "selectedIconPath": "static/templateHL.png", "text": "广播" } ] }, "usingComponents": {}, "sitemapLocation": "sitemap.json" }