-
Notifications
You must be signed in to change notification settings - Fork 8
/
app.json
87 lines (87 loc) · 2.24 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/merchant/merchant",
"pages/income/income",
"pages/agent/agent",
"pages/merchant/apply",
"pages/mine/mine",
"pages/device/type",
"pages/device/index",
"pages/device/list",
"pages/dialog/index/index",
"pages/dialog/basic/index",
"pages/dialog/custom/index",
"pages/dialog/advanced/index",
"pages/chosen/index/index"
],
"subpackages": [
{
"root": "yuyan",
"name": "yuyan",
"pages": [
"pages/login/login",
"pages/guide/guide"
]
},
{
"root": "decrypt",
"name": "decrypt",
"pages": [
"pages/index/index"
]
},
{
"root": "yanxuan",
"name": "yanxuan",
"pages": [
"pages/index/index"
]
}
],
"preloadRule": {
"pages/index/index": {
"packages": [
"yuyan"
]
}
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "迪诺笔记",
"navigationBarTextStyle": "black"
},
"resizable": true,
"sitemapLocation": "sitemap.json",
"usingComponents": {
"van-button": "@vant/weapp/button",
"van-action-sheet": "@vant/weapp/action-sheet",
"van-cell-group": "@vant/weapp/cell-group",
"van-cell": "@vant/weapp/cell",
"van-checkbox": "@vant/weapp/checkbox",
"van-checkbox-group": "@vant/weapp/checkbox-group",
"van-dialog": "@vant/weapp/dialog",
"van-popup": "@vant/weapp/popup",
"van-panel": "@vant/weapp/panel",
"van-divider": "@vant/weapp/divider",
"van-grid": "@vant/weapp/grid",
"van-grid-item": "@vant/weapp/grid-item",
"van-icon": "@vant/weapp/icon",
"van-image": "@vant/weapp/image",
"van-info": "@vant/weapp/info",
"van-loading": "@vant/weapp/loading",
"van-nav-bar": "@vant/weapp/nav-bar",
"van-notice-bar": "@vant/weapp/notice-bar",
"van-notify": "@vant/weapp/notify",
"van-overlay": "@vant/weapp/overlay",
"van-sticky": "@vant/weapp/sticky",
"van-toast": "@vant/weapp/toast",
"van-row": "@vant/weapp/row",
"van-col": "@vant/weapp/col",
"van-tabs": "@vant/weapp/tabs",
"van-tab": "@vant/weapp/tab",
"van-card": "@vant/weapp/card"
}
}