-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathapp.json
70 lines (70 loc) · 2.07 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
{
"pages": [
"pages/homePage/index",
"pages/selfPage/index",
"pages/selfPage/aboutUsPage/index",
"pages/selfPage/feedbackPage/index",
"pages/selfPage/historyPage/index",
"pages/selfPage/settingsPage/index",
"pages/selfPage/registerPage/index",
"pages/selfPage/signOutPage/index",
"pages/selfPage/newPhonePage/index",
"pages/selfPage/newEmailPage/index",
"pages/activityPage/index",
"pages/activityPage/numberPage/index",
"pages/homePage/ticketDetail/index",
"pages/homePage/announcement/index",
"pages/homePage/annualSum/index",
"pages/homePage/submitTicket/index",
"pages/homePage/giveOrder/index",
"pages/forumPage/index",
"pages/forumPage/sharePage/index"
],
"window": {
"backgroundTextStyle": "@backgroundTextStyle",
"navigationBarBackgroundColor": "@navigationBarBackgroundColor",
"navigationBarTitleText": "云上飞扬",
"navigationBarTextStyle": "@navigationBarTextStyle",
"enablePullDownRefresh": false
},
"tabBar": {
"color": "@tabBarColor",
"selectedColor": "@tabBarSelectedColor",
"borderStyle": "black",
"backgroundColor": "@tabBarBackgroundColor",
"list": [
{
"pagePath": "pages/homePage/index",
"iconPath": "@iconPathHome",
"selectedIconPath": "@selectedIconPathHome",
"text": "首页"
},
{
"pagePath": "pages/activityPage/index",
"iconPath": "@iconPathActivity",
"selectedIconPath": "@selectedIconPathActivity",
"text": "活动"
},
{
"pagePath": "pages/selfPage/index",
"iconPath": "@iconPathSelf",
"selectedIconPath": "@selectedIconPathSelf",
"text": "我的"
}
]
},
"renderer": "webview",
"rendererOptions": {
"skyline": {
"defaultDisplayBlock": true,
"disableABTest": true,
"sdkVersionBegin": "3.0.0",
"sdkVersionEnd": "15.255.255"
}
},
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents",
"themeLocation": "theme.json",
"darkmode": true,
"usingComponents": {}
}