-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
54 lines (54 loc) · 1.61 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/index/index",
"pages/logs/logs",
"pages/exchange/exchange",
"pages/personal/personal",
"pages/components/feedback/feedback",
"pages/components/addressManagement/addressManagement",
"pages/components/contactAuthor/contactAuthor",
"pages/components/log/log",
"pages/components/prize/prize",
"pages/components/score/score",
"pages/components/setting/setting",
"pages/details/details"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#3457fb",
"navigationBarTitleText": "studyTest",
"navigationBarTextStyle": "white"
},
"tabBar": {
"selectedColor": "#3457fb",
"color": "#000000",
"list": [
{
"pagePath": "pages/index/index",
"text": "主页",
"iconPath": "./static/images/tabbar/主页.png",
"selectedIconPath": "./static/images/tabbar/主页-copy.png"
},
{
"pagePath": "pages/logs/logs",
"text": "日志",
"iconPath": "./static/images/tabbar/日志.png",
"selectedIconPath": "./static/images/tabbar/日志-copy.png"
},
{
"pagePath": "pages/exchange/exchange",
"text": "福利",
"iconPath": "./static/images/tabbar/福利.png",
"selectedIconPath": "./static/images/tabbar/福利-copy.png"
},
{
"pagePath": "pages/personal/personal",
"text": "个人",
"iconPath": "./static/images/tabbar/个人 (2).png",
"selectedIconPath": "./static/images/tabbar/个人 (2)-copy.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}