-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
59 lines (59 loc) · 1.9 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
{
"cloud": true,
"pages": [
"pages/light/index",
"pages/user/user",
"pages/share/share",
"pages/collection/collection",
"pages/myHistory/myHistory",
"pages/user/about/index",
"pages/user/skill/index",
"pages/user/log/log",
"pages/user/userInfo/userInfo",
"pages/message/message"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#88aaff",
"navigationBarTitleText": "CodeShareX",
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"usingComponents": {
"wemark": "components/wemark/wemark",
"cu-custom": "components/cu-custom/cu-custom"
},
"tabBar": {
"color": "#3399FF",
"backgroundColor": "#F8F8FF",
"list": [
{
"pagePath": "pages/light/index",
"text": "首页",
"iconPath": "icons/jiaobenwenjian.png",
"selectedIconPath": "icons/jiaobenwenjian.png"
},
{
"pagePath": "pages/collection/collection",
"text": "已收藏",
"iconPath": "icons/querenshoujianyoujian.png",
"selectedIconPath": "icons/querenshoujianyoujian.png"
},
{
"pagePath": "pages/myHistory/myHistory",
"text": "已发布",
"iconPath": "icons/querenshoujianyoujian.png",
"selectedIconPath": "icons/querenshoujianyoujian.png"
},
{
"pagePath": "pages/user/user",
"text": "我的",
"iconPath": "icons/yibaolouzhanghao.png",
"selectedIconPath": "icons/yibaolouzhanghao.png"
}
]
},
"lazyCodeLoading": "requiredComponents"
}