xytSk-App/unpackage/dist/dev/mp-weixin/app.json

34 lines
851 B
JSON
Raw Normal View History

2024-05-28 15:39:21 +08:00
{
"pages": [
2024-05-31 10:36:46 +08:00
"pages/index/index",
"pages/homeIndex/index"
2024-05-28 15:39:21 +08:00
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
2024-05-28 17:53:07 +08:00
"backgroundColor": "#F8F8F8",
"backgroundColorTop": "transparent",
"navigationStyle": "custom"
2024-05-28 15:39:21 +08:00
},
2024-05-31 10:36:46 +08:00
"tabBar": {
"color": "#333333",
"selectedColor": "#eb4450",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "/static/tabs/首页@2x.png",
"selectedIconPath": "static/tabs/首页@2x.png",
"text": "首页"
},
{
"pagePath": "pages/homeIndex/index",
"iconPath": "/static/tabs/首页@2x.png",
"selectedIconPath": "static/tabs/首页@2x.png",
"text": "首页1"
}
]
},
2024-05-28 15:39:21 +08:00
"usingComponents": {}
}