Files
frontend-app/unpackage/dist/dev/mp-weixin/app.json
T
2025-02-28 16:19:58 +08:00

39 lines
821 B
JSON

{
"pages": [
"pages/index/index",
"pages/component/component",
"pages/api/api",
"pages/schema/schema"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#007AFF",
"borderStyle": "black",
"backgroundColor": "#F8F8F8",
"list": [
{
"pagePath": "pages/index/index",
"text": "Home"
},
{
"pagePath": "pages/component/component",
"text": "Component"
},
{
"pagePath": "pages/api/api",
"text": "API"
},
{
"pagePath": "pages/schema/schema",
"text": "Schema"
}
]
},
"usingComponents": {}
}