-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
26 lines (26 loc) · 752 Bytes
/
app.json
File metadata and controls
26 lines (26 loc) · 752 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
{
"pages": [
"pages/index/index",
"pages/information/information",
"pages/create_activity/create_activity",
"pages/create_group/create_group",
"pages/group_list/group_list",
"pages/calendar/personal_calendar",
"pages/calendar/group_calendar",
"pages/discussion/discussion",
"pages/group_info/group_info",
"pages/group_info/add_member"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "ColorUI",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
},
"usingComponents": {
"cu-custom": "/colorui/components/cu-custom",
"calendar": "/calendar-component/index"
},
"sitemapLocation": "sitemap.json"
}