-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathapp.json
145 lines (145 loc) · 4.24 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"pages": [
"pages/index/index",
"pages/course/course",
"pages/my/my",
"pages/my/userInfo/userInfo",
"pages/tool/tool",
"pages/bind/bind",
"pages/tools/score/score",
"pages/tools/exam/exam",
"pages/tools/calendar/calendar",
"pages/tools/attendance/attendance",
"pages/tools/yct/yct",
"pages/tools/assess/assess",
"pages/tools/yct/add/add",
"pages/tools/score/top/top",
"pages/my/set/set",
"pages/course/info/info",
"pages/cropper/cropper",
"pages/tools/who/who",
"pages/index/more_news/more_news",
"pages/index/message/message",
"pages/tools/exam/add/add",
"pages/my/time/time",
"pages/course/info/students/students",
"pages/setClass/setClass",
"pages/loginTips/loginTips",
"pages/course/setTime/setTime",
"pages/soul/soul",
"pages/soul/submit/submit",
"pages/tools/emptyroom/emptyroom",
"pages/login/login",
"pages/course/add/add",
"pages/course/setBg/setBg",
"pages/tools/confession/confession",
"pages/tools/credit/credit",
"pages/tools/course/theory/theory",
"pages/tools/course/train/train",
"pages/tools/course/public/public",
"pages/tools/friends/friends",
"pages/tools/public_course/public_course",
"pages/tools/quantity/quantity",
"pages/my/dormitory/dormitory",
"pages/tools/summary/summary",
"pages/course/list/list",
"pages/tools/clockin/clockin",
"pages/tools/clockin/poster/poster",
"pages/tools/question/question",
"pages/tools/clockin/list/list",
"pages/tools/guide/index",
"pages/tools/lost/lost",
"pages/tools/club/club",
"pages/tools/club/item/item",
"pages/tools/course/category/category",
"pages/tools/city/city",
"pages/tools/guide/west/west",
"pages/tools/matriculate/matriculate",
"pages/tools/matriculate/zcb/zcb",
"pages/tools/matriculate/bk/bk",
"pages/course/share/share",
"pages/tools/newstudent/newstudent",
"pages/tools/sport/sport",
"pages/tools/sport/detail/detail",
"pages/tools/phone/phone",
"pages/terms/terms",
"pages/discount/discount",
"pages/tools/score/fail/fail",
"pages/news/news",
"pages/tools/discount/discount",
"pages/qingguo/index",
"pages/article/article",
"pages/tools/emptyroom/list/list",
"pages/tools/city/detail/index"
],
"subpackages": [
{
"root": "subPages",
"pages": [
"score-ana/index",
"library/index",
"library/mine/index",
"library/home/index",
"library/detail/index",
"library/search/index",
"library/top/index",
"tiangou/index",
"score-rank/index",
"term-rank/index"
]
}
],
"preloadRule": {
"pages/index/index": {
"packages": [
"subPages"
]
}
},
"window": {
"navigationStyle": "custom",
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#ffffff",
"navigationBarTitleText": "云小智",
"navigationBarTextStyle": "black"
},
"usingComponents": {
"cu-custom": "pages/assets/colorui/components/cu-custom",
"list-loading": "pages/components/list-loading/index",
"empty": "pages/components/empty/empty"
},
"tabBar": {
"color": "#cbcbcb",
"selectedColor": "#1380ff",
"borderStyle": "white",
"backgroundColor": "#fff",
"list": [
{
"selectedIconPath": "pages/assets/imgs/index_icon/index_press.png",
"iconPath": "pages/assets/imgs/index_icon/index.png",
"pagePath": "pages/index/index",
"text": "首页"
},
{
"selectedIconPath": "pages/assets/imgs/index_icon/course_press.png",
"iconPath": "pages/assets/imgs/index_icon/course.png",
"pagePath": "pages/course/course",
"text": "课表"
},
{
"selectedIconPath": "pages/assets/imgs/index_icon/app_press.png",
"iconPath": "pages/assets/imgs/index_icon/app.png",
"pagePath": "pages/tool/tool",
"text": "应用"
},
{
"selectedIconPath": "pages/assets/imgs/index_icon/my_press.png",
"iconPath": "pages/assets/imgs/index_icon/my.png",
"pagePath": "pages/my/my",
"text": "我的"
}
]
},
"sitemapLocation": "sitemap.json"
}