-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathapp.json
38 lines (35 loc) · 1.23 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
{
"entryPagePath": "Pages/homepage/homepage",
"pages": [
"Pages/homepage/homepage",
"Pages/menu/menu",
"Pages/menu/pre",
"Pages/HGBot/Whisper/received/total",
"Pages/HGBot/Whisper/received/received",
"Pages/HGBot/Whisper/send/send",
"Pages/HGBot/Whisper/send/getMsg",
"Pages/HGBot/Whisper/send/OK",
"Pages/HGBot/Vote/received/received",
"Pages/HGBot/Vote/send/send",
"Pages/HGBot/Home/Home",
"Pages/HGBot/Rd/Rd",
"Pages/travel/plan/new/create",
"Pages/travel/plan/main/menu",
"Pages/travel/plan/main/checked/checked",
"Pages/travel/plan/main/index/index",
"Pages/travel/plan/main/wish/wish/new",
"Pages/travel/plan/main/wish/wish/index",
"Pages/travel/plan/main/wish/wish/result",
"Pages/travel/plan/main/wish/wish/fail",
"Pages/travel/plan/main/member/member"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#7B8B6F",
"navigationBarTitleText": "憨狗糖 HanGouT",
"navigationBarTextStyle": "white",
"backgroundColor": "#D8CAAF"
},
"sitemapLocation": "sitemap.json",
"usingComponents": {}
}