forked from xiaoshuaishuai319/weixinxiaochengxu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
54 lines (54 loc) · 1.38 KB
/
app.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"pages":[
"pages/nine/nine",
"pages/chram/chram",
"pages/face/face",
"pages/ocr/ocr",
"pages/dish/dish",
"pages/car/car",
"pages/plant/plant",
"pages/animal/animal",
"pages/subject/subject",
"pages/cardamage/cardamage",
"pages/object/object",
"pages/logo/logo",
"pages/resemble/resemble",
"pages/ingredient/ingredient",
"pages/youtuHT/youtuHT",
"pages/youtuHW/youtuHW"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor":"#1BA0E1",
"navigationBarTitleText": "小程序",
"navigationBarTextStyle":"white"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#1BA0E1",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/chram/chram",
"iconPath": "image/icon_API.png",
"selectedIconPath": "image/icon_API_HL.png",
"text": "魅力值"
},{
"pagePath": "pages/face/face",
"iconPath": "image/Face.png",
"selectedIconPath": "image/Face_HL.png",
"text": "颜值打分"
},
{
"pagePath": "pages/nine/nine",
"iconPath": "image/image.png",
"selectedIconPath": "image/image_HL.png",
"text": "图像识别"
},{
"pagePath": "pages/ocr/ocr",
"iconPath": "image/OCR.png",
"selectedIconPath": "image/OCR_HL.png",
"text": "文字识别"
}]
}
}