-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathapp.json
More file actions
33 lines (33 loc) · 863 Bytes
/
Copy pathapp.json
File metadata and controls
33 lines (33 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"pages": [
"pages/index/index",
"pages/facemerge/facemerge"
],
"window": {
"backgroundColor": "#F6F6F6",
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#F6F6F6",
"navigationBarTitleText": "顽币 PlayCoin",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#444444",
"selectedColor": "#602679",
"backgroundColor": "#fff",
"borderStyle": "#fff",
"list": [
{
"selectedIconPath": "assets/icon/many_coin_slked.png",
"iconPath": "assets/icon/many_coin.png",
"pagePath": "pages/index/index",
"text": "硬币识别"
},
{
"selectedIconPath": "assets/icon/facemerge_slked.png",
"iconPath": "assets/icon/facemerge.png",
"pagePath": "pages/facemerge/facemerge",
"text": "人脸融合"
}
]
}
}