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.
45 lines
1.1 KiB
45 lines
1.1 KiB
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/creator/creator",
|
|
"pages/userInfo/userInfo",
|
|
"pages/userInfo/myCollection/myCollection",
|
|
"pages/userInfo/question/question",
|
|
"pages/userInfo/contactUs/contactUs",
|
|
"pages/userInfo/setting/setting"
|
|
],
|
|
"subPackages": [],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "bnyer",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#7A7E83",
|
|
"selectedColor": "#007AFF",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#F8F8F8",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "static/logo.png",
|
|
"selectedIconPath": "static/logo.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/creator/creator",
|
|
"iconPath": "static/logo.png",
|
|
"selectedIconPath": "static/logo.png",
|
|
"text": "艺术家"
|
|
},
|
|
{
|
|
"pagePath": "pages/userInfo/userInfo",
|
|
"iconPath": "static/logo.png",
|
|
"selectedIconPath": "static/logo.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {}
|
|
}
|