-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
57 lines (57 loc) · 2.03 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
{
"pages": [
"pages/sign_in/sign_in",
"pages/index/index",
"pages/logs/logs",
"pages/upload_book/upload_book",
"pages/book_detail/book_deatil",
"pages/borrow_progress/borrow_progress",
"pages/message/message",
"pages/sign_up/sign_up",
"pages/user_detail/user_detail",
"pages/deposit_detail/deposit_detail",
"pages/reset_password/reset_password",
"pages/deposit_operate/deposit_operate",
"pages/search/search",
"pages/book_catalog/book_catalog",
"pages/rank_borrow/rank_borrow",
"pages/rank_share/rank_share",
"pages/feedback/feedback"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
"usingComponents": {
"van-row": "@vant/weapp/row/index",
"van-col": "@vant/weapp/col/index",
"van-icon": "@vant/weapp/icon/index",
"van-action-sheet": "@vant/weapp/action-sheet/index",
"van-toast": "@vant/weapp/toast/index",
"van-cell": "@vant/weapp/cell/index",
"van-cell-group": "@vant/weapp/cell-group/index",
"van-field": "@vant/weapp/field/index",
"van-stepper": "@vant/weapp/stepper/index",
"van-button": "@vant/weapp/button/index",
"van-image": "@vant/weapp/image/index",
"van-grid": "@vant/weapp/grid/index",
"van-grid-item": "@vant/weapp/grid-item/index",
"van-picker": "@vant/weapp/picker/index",
"van-popup": "@vant/weapp/popup/index",
"van-dialog": "@vant/weapp/dialog/index",
"van-divider": "@vant/weapp/divider/index",
"van-tag": "@vant/weapp/tag/index",
"van-tab": "@vant/weapp/tab/index",
"van-tabs": "@vant/weapp/tabs/index",
"van-empty": "@vant/weapp/empty/index",
"van-card": "@vant/weapp/card/index",
"van-count-down": "@vant/weapp/count-down/index",
"van-search": "@vant/weapp/search/index",
"van-notice-bar": "@vant/weapp/notice-bar/index",
"van-sticky": "@vant/weapp/sticky/index",
"van-rate": "@vant/weapp/rate/index"
}
}