-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathapp.json
More file actions
58 lines (58 loc) · 1.7 KB
/
app.json
File metadata and controls
58 lines (58 loc) · 1.7 KB
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
{
"pages":[
"pages/course/index",
"pages/feed/index",
"pages/user/index",
"pages/courseDetail/index"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "GTSI+",
"navigationBarTextStyle":"black"
},
"sitemapLocation": "sitemap.json",
"tabBar": {
"custom": true,
"position": "bottom",
"list": [
{
"pagePath": "pages/course/index",
"text": "课程"
},
{
"pagePath": "pages/feed/index",
"text": "朋友圈"
},
{
"pagePath": "pages/user/index",
"text": "我的"
}
]
},
"usingComponents": {
"iconfont": "/iconfont/iconfont",
"van-cell": "@vant/weapp/cell/index",
"van-cell-group": "@vant/weapp/cell-group/index",
"van-notify": "@vant/weapp/notify/index",
"van-icon": "@vant/weapp/icon/index",
"van-empty": "@vant/weapp/empty/index",
"van-button": "@vant/weapp/button/index",
"van-grid": "@vant/weapp/grid/index",
"van-grid-item": "@vant/weapp/grid-item/index",
"van-tab": "@vant/weapp/tab/index",
"van-tabs": "@vant/weapp/tabs/index",
"van-popup": "@vant/weapp/popup/index",
"van-stepper": "@vant/weapp/stepper/index",
"van-field": "@vant/weapp/field/index",
"van-uploader": "@vant/weapp/uploader/index",
"van-toast": "@vant/weapp/toast/index",
"van-image": "@vant/weapp/image/index",
"van-card": "@vant/weapp/card/index",
"van-tag": "@vant/weapp/tag/index",
"van-dialog": "@vant/weapp/dialog/index",
"van-share-sheet": "@vant/weapp/share-sheet/index",
"van-loading": "@vant/weapp/loading/index",
"van-search": "@vant/weapp/search/index"
}
}