forked from yuncishuzi/iui-design
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pages.json
282 lines (282 loc) · 6.48 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
{
"easycom": {
"autoscan": true,
"custom": {
"^iui-(.*)": "/packages/components/iui-$1/iui-$1.vue"
}
},
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "iuiDesign 组件库",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/components/button",
"style": {
"navigationBarTitleText": "通用-按钮 Button"
}
},
{
"path": "pages/components/space",
"style": {
"navigationBarTitleText": "通用-间距 Space"
}
},
{
"path": "pages/components/grid",
"style": {
"navigationBarTitleText": "布局-宫格 Grid"
}
},
{
"path": "pages/components/divider",
"style": {
"navigationBarTitleText": "布局-分割线 Divider"
}
},
{
"path": "pages/components/avatar",
"style": {
"navigationBarTitleText": "信息展示-头像 Avatar"
}
},
{
"path": "pages/components/icon",
"style": {
"navigationBarTitleText": "通用-图标 Icon"
}
},
{
"path": "pages/components/spin",
"style": {
"navigationBarTitleText": "反馈-加载中 Spin"
}
},
{
"path": "pages/components/card",
"style": {
"navigationBarTitleText": "信息展示-卡片 Card"
}
},
{
"path": "pages/components/cell",
"style": {
"navigationBarTitleText": "信息展示-单元格 Cell"
}
},
{
"path": "pages/components/badge",
"style": {
"navigationBarTitleText": "信息展示-徽标 Badge"
}
},
{
"path": "pages/components/tabs",
"style": {
"navigationBarTitleText": "导航-选择卡 Tabs"
}
},
{
"path": "pages/components/tag",
"style": {
"navigationBarTitleText": "信息展示-标签 Tag"
}
},
{
"path": "pages/components/navbar",
"style": {
"navigationBarTitleText": "导航-导航栏 Navbar",
"navigationStyle": "custom"
}
},
{
"path": "pages/components/ellipsis",
"style": {
"navigationBarTitleText": "信息展示-文本缩略 Ellipsis"
}
},
{
"path": "pages/components/collapse",
"style": {
"navigationBarTitleText": "信息展示-折叠面板 Collapse"
}
},
{
"path": "pages/components/statistic",
"style": {
"navigationBarTitleText": "信息展示-数值显示 Statistic"
}
},
{
"path": "pages/components/sticky",
"style": {
"navigationBarTitleText": "布局-粘性布局 Sticky"
}
},
{
"path": "pages/components/noticebar",
"style": {
"navigationBarTitleText": "信息展示-通知栏 Noticebar"
}
},
{
"path": "pages/components/input",
"style": {
"navigationBarTitleText": "数据录入-输入框 Input"
}
},
{
"path": "pages/components/checkbox",
"style": {
"navigationBarTitleText": "数据录入-复选框 Checkbox"
}
},
{
"path": "pages/components/notify",
"style": {
"navigationBarTitleText": "反馈-消息通知 Notify"
}
},
{
"path": "pages/components/radio",
"style": {
"navigationBarTitleText": "数据录入-单选框 Radio"
}
},
{
"path": "pages/components/swiper",
"style": {
"navigationBarTitleText": "信息展示-轮播图 Swiper"
}
},
{
"path": "pages/components/image",
"style": {
"navigationBarTitleText": "信息展示-图片 Image"
}
},
{
"path": "pages/components/switch",
"style": {
"navigationBarTitleText": "数据录入-开关 Switch"
}
},
{
"path": "pages/components/textarea",
"style": {
"navigationBarTitleText": "数据录入-多行文本框 Textarea"
}
},
{
"path": "pages/components/popup",
"style": {
"navigationBarTitleText": "反馈-弹出层 Popup"
}
},
{
"path": "pages/components/actionsheet",
"style": {
"navigationBarTitleText": "反馈-动作面板 Actionsheet"
}
},
{
"path": "pages/components/dialog",
"style": {
"navigationBarTitleText": "反馈-对话框 Dialog"
}
},
{
"path": "pages/components/toast",
"style": {
"navigationBarTitleText": "反馈-轻提示 Toast"
}
},
{
"path": "pages/components/picker",
"style": {
"navigationBarTitleText": "数据录入-选择器 Picker"
}
},
{
"path": "pages/components/search",
"style": {
"navigationBarTitleText": "数据录入-搜索栏 Search"
}
},
{
"path": "pages/components/popover",
"style": {
"navigationBarTitleText": "信息展示-气泡卡片 Popover"
}
},
{
"path": "pages/components/slider",
"style": {
"navigationBarTitleText": "数据录入-滑动输入条 Slider"
}
},
{
"path": "pages/components/rate",
"style": {
"navigationBarTitleText": "数据录入-评分 Rate"
}
},
{
"path": "pages/components/stepper",
"style": {
"navigationBarTitleText": "数据录入-步进器 Stepper"
}
},
{
"path": "pages/components/mask",
"style": {
"navigationBarTitleText": "反馈-遮罩层 Mask"
}
},
{
"path": "pages/components/swipeaction",
"style": {
"navigationBarTitleText": "反馈-滑动操作 SwipeAction"
}
},
{
"path": "pages/components/pagination",
"style": {
"navigationBarTitleText": "导航-分页器 Pagination"
}
},
{
"path": "pages/components/progress",
"style": {
"navigationBarTitleText": "反馈-进度条 Progress"
}
},
{
"path": "pages/components/tabbar",
"style": {
"navigationBarTitleText": "导航-标签栏 Tabbar"
}
},
{
"path": "pages/components/form",
"style": {
"navigationBarTitleText": "数据录入-表单 Form"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "@navTxtStyle",
"navigationBarTitleText": "组件库",
"navigationBarBackgroundColor": "@navBgColor",
"backgroundColor": "@navBgColor",
"app-plus": {
"titleNView": false
}
},
"uniIdRouter": {}
}