-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
30 lines (30 loc) · 884 Bytes
/
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
{
"pages": [
"pages/home/home",
"pages/home/challenge/challenge",
"pages/home/select/select",
"pages/found/found",
"pages/my/my",
"pages/chooseWord/chooseWord",
"pages/chooseWord/dictation/dictation",
"pages/chooseWord/dictation/complete/complete",
"pages/photo/photo",
"pages/photo/photo2/photo2",
"pages/about/personalData/personalData",
"pages/about/studyLog/studyLog",
"pages/about/developer/developer",
"pages/about/punchCard/punchCard",
"pages/about/myCollect/myCollect",
"pages/found/grammerPage/grammerPage"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "乐趣听写",
"navigationBarTextStyle": "black"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"cloud": true,
"lazyCodeLoading": "requiredComponents"
}