-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
78 lines (55 loc) · 1.52 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"pages":[
"pages/home/home",
"pages/personal/personal",
"pages/personal/authorize/authorize",
"pages/home/introduction/introduction",
"pages/display/display",
"pages/dictionary/dictionary",
"pages/home/more/more",
"pages/welcome/welcome",
"pages/personal/collection/collection",
"pages/dictionary/about/about",
"pages/personal/journey/journey",
"pages/personal/advice/advice"
],
"tabBar": {
"color": "black",
"selectedColor": "",
"backgroundColor": "#ffff",
"position": "bottom",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/home/home",
"text": "主页",
"selectedIconPath": "images/主页.png",
"iconPath": "images/主页.png"
},
{
"pagePath": "pages/personal/personal",
"text": "个人中心",
"selectedIconPath": "images/个人中心.png",
"iconPath": "images/个人中心.png"
},
{
"pagePath": "pages/dictionary/dictionary",
"text": "朝代字典",
"selectedIconPath": "images/dic.png",
"iconPath": "images/dic.png"
},
{
"pagePath": "pages/display/display",
"text": "国艺专展",
"selectedIconPath": "images/dplay.png",
"iconPath": "images/dplay.png"
}
]
},
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "书生文",
"navigationBarTextStyle":"black"
}
}