-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
47 lines (47 loc) · 1.09 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
{
"pages": [
"pages/test/test",
"pages/record/record",
"pages/fanyi/fanyi",
"pages/ar/ar",
"pages/detail/detail",
"pages/photo/photo",
"pages/mine/mine"
],
"tabBar": {
"selectedColor": "#1afa29",
"list": [
{
"pagePath": "pages/record/record",
"text": "语音",
"iconPath": "image/classify.png",
"selectedIconPath": "image/classify-s.png"
},
{
"pagePath": "pages/photo/photo",
"text": "拍照",
"iconPath": "image/img.png",
"selectedIconPath": "image/img-s.png"
},
{
"pagePath": "pages/mine/mine",
"text": "我的",
"iconPath": "image/mine.png",
"selectedIconPath": "image/mine-s.png"
}
]
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "鎏嫣宫守护的小工具",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
"plugins": {
"WechatSI": {
"version": "0.3.3",
"provider": "wx069ba97219f66d99"
}
}
}