抖音小程序端
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.
 
 
 
 

48 lines
1.3 KiB

{
"pages": [
"pages/index/index",
"pages/index/choiceness",
"pages/creator/creator",
"pages/creator/userDetail",
"pages/creator/imgDetail",
"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/index-default.svg",
"selectedIconPath": "static/index-select.svg",
"text": "首页"
},
{
"pagePath": "pages/creator/creator",
"iconPath": "static/theme-default.svg",
"selectedIconPath": "static/theme-select.svg",
"text": "艺术家"
},
{
"pagePath": "pages/userInfo/userInfo",
"iconPath": "static/mine-default.svg",
"selectedIconPath": "static/mine-select.svg",
"text": "我的"
}
]
},
"usingComponents": {}
}