forked from xiaowang1314/uniapp-plugin-collections
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pages.json
113 lines (107 loc) · 2.28 KB
/
pages.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"pages": [
{
"path": "pages/validcode/validcode",
"style": {
"navigationBarTitleText": "自定义验证码、密码输入框"
}
},{
"path": "pages/table/table",
"style": {
"navigationBarTitleText": "flex实现表格布局"
}
},
{
"path": "pages/drawer/drawer",
"style": {
"navigationBarTitleText": "Drawer 抽屉"
}
},
{
"path": "pages/digitKeyboard/digitKeyboard",
"style": {
"navigationBarTitleText": "数字键盘"
}
},
{
"path": "pages/inputSearch/inputSearch",
"style": {
"navigationBarTitleText": "输入框模糊搜索"
}
},
{
"path": "pages/battery/battery",
"style": {
"navigationBarTitleText": "模拟电池充电"
}
},
{
"path": "pages/typewriter/typewriter",
"style": {
"navigationBarTitleText": "Css打字机效果"
}
},
{
"path": "pages/meteorShower/meteorShower",
"style": {
"navigationBarTitleText": "流星雨"
}
},
{
"path": "pages/waterfall2/waterfall2",
"style": {
"navigationBarTitleText": "瀑布流布局2"
}
},
{
"path": "pages/waterfall/waterfall",
"style": {
"navigationBarTitleText": "瀑布流布局"
}
},
{
"path": "pages/loading/loading",
"style": {
"navigationBarTitleText": "Loading图"
}
},
{
"path": "pages/saveImg/saveImg",
"style": {
"navigationBarTitleText": "保存图片"
}
},
{
"path": "pages/textscroll/textscroll",
"style": {
"navigationBarTitleText": "屏幕文字滚动效果"
}
},
{
"path": "pages/countUp/countUp",
"style": {
"navigationBarTitleText": "数字滚动"
}
}, {
"path": "pages/scan/scan",
"style": {
"navigationBarTitleText": "自定义扫码"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"usingComponts": true,
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "统计报表", //模式名称
"path": "pages/validcode/validcode", //启动页面
"query": "" //启动参数
}]
}
}