-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
36 lines (36 loc) · 910 Bytes
/
Copy pathapp.json
File metadata and controls
36 lines (36 loc) · 910 Bytes
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
{
"pages": [
"pages/welcome/index",
"pages/appointment/index",
"pages/post/select_counselor",
"pages/post/create",
"pages/square_post/index",
"pages/profile/profile",
"pages/teacher/square_manage/index",
"pages/teacher/appointment_manage/index",
"pages/teacher/admin_manage/index",
"pages/teacher/counselor_manage/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#FAFAFA",
"navigationBarTitleText": "智梦心坊",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#999999",
"selectedColor": "#66BB6A",
"backgroundColor": "#FFFFFF",
"list": [
{
"pagePath": "pages/post/select_counselor",
"text": "📮 投递"
},
{
"pagePath": "pages/profile/profile",
"text": "👤 我的"
}
]
},
"sitemapLocation": "sitemap.json"
}