Files
ClassContent/历届学生/韩想/uniappStudy/unpackage/dist/dev/mp-weixin/app.json
2024-09-27 02:06:13 +08:00

43 lines
1.0 KiB
JSON

{
"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"
}