-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.json
More file actions
53 lines (53 loc) · 1.36 KB
/
Copy pathapp.json
File metadata and controls
53 lines (53 loc) · 1.36 KB
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
{
"pages": [
"pages/weather/weather",
"pages/mortgage/mortgage",
"pages/setting/setting",
"pages/finance/func/func",
"pages/finance/finance",
"pages/wuxian-yijin/wxyj",
"pages/mortgage/detail/detail",
"pages/weather/city/city",
"pages/setting/about/about",
"pages/weather/days30/days30"
],
"window": {
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#427BFF",
"backgroundTextStyle": "dark",
"backgroundColor": "#f8f8f8",
"navigationBarTitleText": "天气月供查询"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#427BFF",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/weather/weather",
"iconPath": "image/tab-icon/weather.png",
"selectedIconPath": "image/tab-icon/weather-hl.png",
"text": "实时天气"
},
{
"pagePath": "pages/setting/setting",
"iconPath": "image/tab-icon/tool.png",
"selectedIconPath": "image/tab-icon/tool-hl.png",
"text": "更多工具"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"lazyCodeLoading": "requiredComponents",
"requiredPrivateInfos": [
"getLocation"
],
"useExtendedLib": {
"weui": true
}
}