You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
569 B

{
"pages": [
"pages/home/home",
"pages/works/works",
"pages/my/my"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"list": [
{
"text": "首页",
"pagePath": "pages/home/home"
},
{
"text": "作品",
"pagePath": "pages/works/works"
},
{
"text": "我的",
"pagePath": "pages/my/my"
}
]
},
"usingComponents": {}
}