-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
62 lines (62 loc) · 1.58 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
55
56
57
58
59
60
61
62
{
"pages": [
"pages/welcome/welcome",
"pages/index/index",
"pages/baike/baike",
"pages/logs/logs",
"pages/write/write",
"pages/notice/notice",
"pages/me/me",
"self_pages/selfInfo/selfInfo",
"pacakge_baike/schoolNet/schoolNet",
"pages/comment/comment",
"pages/write_success/write_success",
"self_pages/notice_info/notice_info",
"self_pages/selfRelease/selfRelease",
"self_pages/collectedInfo/collectedInfo",
"self_pages/aboutInfo/aboutInfo"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#1296db",
"navigationBarTitleText": "邮我问",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#cdcdcd",
"selectedColor": "#1296db",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/icons/shouye.png",
"selectedIconPath": "/icons/shouye_hl.png"
},
{
"pagePath": "pages/baike/baike",
"text": "速查",
"iconPath": "/icons/baike.png",
"selectedIconPath": "/icons/baike_hl.png"
},
{
"pagePath": "pages/notice/notice",
"text": "通知",
"iconPath": "icons/notice.png",
"selectedIconPath": "icons/notice_hl.png"
},
{
"pagePath": "pages/me/me",
"text": "我的",
"iconPath": "icons/me.png",
"selectedIconPath": "icons/me_hl.png"
}
]
},
"plugins": {
"sdkPlugin": {
"version": "2.0.9",
"provider": "知晓云app-key"
}
},
"sitemapLocation": "sitemap.json"
}